From 03d5e4852ba4d25cdebf76329fa9996f5f9cdea2 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Wed, 30 Aug 2017 12:03:58 +0200 Subject: [PATCH] make sure FEATURES_INC hits kore.features. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe7e866..af49212 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,7 @@ $(KODEV): $(KORE): $(OBJDIR) $(S_OBJS) $(CC) $(S_OBJS) $(LDFLAGS) -o $(KORE) - @echo $(FEATURES) > kore.features + @echo $(FEATURES) $(FEATURES_INC) > kore.features objects: $(OBJDIR) $(S_OBJS) @echo $(LDFLAGS) > $(OBJDIR)/ldflags