Remove database.h from SOURCES list, it's generated.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 4 Jun 2017 20:26:02 +0000 (16:26 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 4 Jun 2017 20:26:02 +0000 (16:26 -0400)
Makefile

index f023b0e096e72ee90576a6785a4e713ba2cd4745..67e321b4f4545e6cc1666b6767ae33d124e0ae8b 100644 (file)
--- 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 $<