From 9b66a6511b2e48a7db9c41e19565f75d179febe0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 4 Jun 2017 16:26:02 -0400 Subject: [PATCH] Remove database.h from SOURCES list, it's generated. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $< -- 2.31.1