From ef3430f669c8ce04cca1f0a9473dd9996d0505da Mon Sep 17 00:00:00 2001 From: axel Date: Sun, 2 Apr 2006 21:15:25 +1000 Subject: [PATCH] Add Makefile rules for regenerating Makefile, configure script, etc. when needed darcs-hash:20060402111525-ac50b-533e15f7ab5d63c2f8258b5a5ae8adc5bafd9221.gz --- Makefile.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile.in b/Makefile.in index f4a1cdfd0..994b7960c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -197,6 +197,13 @@ all: $(PROGRAMS) user_doc @echo Use \'make install\' to install fish. .PHONY: all +configure: configure.ac + autoconf + ./config.status --recheck + +Makefile: Makefile.in configure + ./config.status + debug: make fish CFLAGS="@CFLAGS@ -O0 -Wno-unused -Werror -g" .PHONY: debug @@ -504,6 +511,7 @@ key_reader: key_reader.o input_common.o $(CORE_OBJS) env_universal.o env_univers # depend: makedepend -fMakefile.in -Y *.c + ./config.status .PHONY: depend # Copy all the source files into a new directory and use tar to create