summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index caf75e82..ab32f01c 100644
--- a/Makefile
+++ b/Makefile
@@ -75,9 +75,8 @@ STDLIB_TLOS := $(patsubst %.tl,%.tlo,$(STDLIB_SRCS))
STDLIB_EARLY_TLOS := $(addprefix stdlib/,optimize.tlo param.tlo \
compiler.tlo place.tlo asm.tlo)
STDLIB_MIDDLE_TLOS := $(addprefix stdlib/,build.tlo op.tlo struct.tlo error.tlo)
-STDLIB_LATE_TLOS := $(filter-out $(STDLIB_EARLY_TLOS),$(STDLIB_TLOS) \
- $(STDLIB_MIDDLE_TLOS))
-
+STDLIB_LATE_TLOS := $(filter-out $(STDLIB_EARLY_TLOS) $(STDLIB_MIDLE_TLOS),\
+ $(STDLIB_TLOS))
ifneq ($(have_git),)
SRCS := $(addprefix $(top_srcdir),\
$(filter-out lex.yy.c y.tab.c y.tab.h,\