aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-04-02 21:15:25 +1000
committerGravatar axel <axel@liljencrantz.se>2006-04-02 21:15:25 +1000
commitef3430f669c8ce04cca1f0a9473dd9996d0505da (patch)
tree0961b1ff2636304cc96c8d94ff86e3dae15f6308 /Makefile.in
parent01af64cf1fb18ed152c87bd60c8140e0985c1943 (diff)
Add Makefile rules for regenerating Makefile, configure script, etc. when needed
darcs-hash:20060402111525-ac50b-533e15f7ab5d63c2f8258b5a5ae8adc5bafd9221.gz
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index f4a1cdfd..994b7960 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