summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 077870fa..a05ee4df 100644
--- a/Makefile
+++ b/Makefile
@@ -76,10 +76,10 @@ STDLIB_LATE_TLOS := $(filter-out $(STDLIB_EARLY_TLOS),$(STDLIB_TLOS))
ifneq ($(have_git),)
SRCS := $(addprefix $(top_srcdir),\
$(filter-out lex.yy.c y.tab.c y.tab.h,\
- $(shell git $(if $(top_srcdir), \
- --work-tree=$(top_srcdir)) \
+ $(shell git $(if $(top_srcdir),\
+ --work-tree=$(top_srcdir)) \
--git-dir=$(top_srcdir).git \
- ls-files "*.c" "*.h" "*.l" "*.y")))
+ ls-files "*.c" "*.h" "*.l" "*.y")))
endif
SHIPPED := lex.yy.c y.tab.c y.tab.h