Removed bogus depenency of .h on .h.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 4 Jun 2017 20:45:03 +0000 (16:45 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 4 Jun 2017 20:45:03 +0000 (16:45 -0400)
Makefile

index 62c333f75b94b0fde6404dacc24b66dd8b2eef30..1e44a406d693f8307142b913fe877db88911576a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,8 +33,6 @@ misc.o:               advent.h database.h
 
 database.o:    database.h
 
-funcs.h:       database.h
-
 compile: compile.c
        $(CC) $(CCFLAGS) -o $@ $<