make sure FEATURES_INC hits kore.features.

This commit is contained in:
Joris Vink 2017-08-30 12:03:58 +02:00
parent 92b4225814
commit 03d5e4852b
1 changed files with 1 additions and 1 deletions

View File

@ -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