public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] fix makefile syntax error
@ 2022-12-08  7:59 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-12-08  7:59 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3df7703a627ed3a070c91cf2e3b92ec993684531

commit 3df7703a627ed3a070c91cf2e3b92ec993684531
Author: Arthur Cohen <arthur.cohen@embecosm.com>
Date:   Wed Nov 30 11:26:20 2022 +0100

    fix makefile syntax error

Diff:
---
 gcc/rust/Make-lang.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in
index f2234e3c6c1..656c46dba7e 100644
--- a/gcc/rust/Make-lang.in
+++ b/gcc/rust/Make-lang.in
@@ -52,7 +52,7 @@ GCCRS_D_OBJS = \
 RUST_CXXFLAGS = $(CXXFLAGS)
 
 # If the file exists, we're bootstrapping. Set a specific flag for the session manager.
-ifneq ($(wildcard ../stage_current)),)
+ifneq ($(wildcard ../stage_current),)
 SESSION_FLAGS = -DRUST_BOOTSTRAP_BUILD
 endif

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-08  7:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-08  7:59 [gcc/devel/rust/master] fix makefile syntax error Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).