From: Mischa POSLAWSKY Date: Sun, 4 Mar 2007 09:19:53 +0000 (+0100) Subject: do not require updated Makefile since it can no longer be rebuilt X-Git-Url: http://git.shiar.net/netris.git/commitdiff_plain/f15dff15f8c5dd89a0ace20f7cc9c616dd571c00 do not require updated Makefile since it can no longer be rebuilt --- diff --git a/Makefile b/Makefile index 389503b..94fef74 100644 --- 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