From: Eric S. Raymond Date: Sun, 4 Jun 2017 20:26:02 +0000 (-0400) Subject: Remove database.h from SOURCES list, it's generated. X-Git-Tag: 1.0~13 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=9b66a6511b2e48a7db9c41e19565f75d179febe0 Remove database.h from SOURCES list, it's generated. --- diff --git a/Makefile b/Makefile index f023b0e..67e321b 100644 --- a/Makefile +++ b/Makefile @@ -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 $<