diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/rust/Make-lang.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in index f2234e3..656c46d 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 |