Remove database.h from SOURCES list, it's generated.

This commit is contained in:
Eric S. Raymond 2017-06-04 16:26:02 -04:00
parent fbe3f90ad9
commit 9b66a6511b

View file

@ -11,7 +11,7 @@ ifeq ($(UNAME_S),Linux)
endif
OBJS=main.o init.o actions1.o actions2.o score.o misc.o database.o
SOURCES=$(OBJS:.o=.c) compile.c advent.h database.h funcs.h adventure.text Makefile control
SOURCES=$(OBJS:.o=.c) compile.c advent.h funcs.h adventure.text Makefile control
.c.o:
$(CC) $(CCFLAGS) $(DBX) -c $<