do not require updated Makefile since it can no longer be rebuilt
authorMischa POSLAWSKY <netris@shiar.org>
Sun, 4 Mar 2007 09:19:53 +0000 (10:19 +0100)
committerMischa POSLAWSKY <netris@shiar.org>
Sun, 4 Mar 2007 09:19:53 +0000 (10:19 +0100)
Makefile

index 389503bef1781e37d62ee64cea47ab39a1d44bf9..94fef74ba3b86d6d28ea21c198eb52055106e0ec 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ DISTFILES = README FAQ INSTALL COPYING TODO CHANGES \
        configure Makefile netris.h \
        $(SRCS) server.c \
 
-all: Makefile config.h $(PROG) $(SPROG)
+all: config.h $(PROG) $(SPROG)
 
 msg.h: msg.en.h $(MSG_FILE)
        @echo "Linking $(MSG_FILE) to msg.h"
@@ -41,7 +41,7 @@ $(SPROG): msg.h $(SOBJS)
 .c.o:
        $(CC) $(CFLAGS) -c $<
 
-Makefile config.h: configure
+config.h: configure
        @echo "Makefile and/or config.h is out of date"
        @echo "Run ./configure now"
        @false