From f15dff15f8c5dd89a0ace20f7cc9c616dd571c00 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 4 Mar 2007 10:19:53 +0100 Subject: [PATCH] do not require updated Makefile since it can no longer be rebuilt --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.0