summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>2001-02-06 02:25:26 +0000
committercls%seawood.org <devnull@localhost>2001-02-06 02:25:26 +0000
commitcd7acad4e0d8a4f6de75b4889854bd312c7e2bf4 (patch)
treeea47fdf73a0b86e44e5f75aa2830660b83283b6f
parent01c9efe5c906601096a596d932f3c7a222a4c517 (diff)
downloadnspr-hg-cd7acad4e0d8a4f6de75b4889854bd312c7e2bf4.tar.gz
Automatically run './config.status --recheck' if configure changes.
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 91364a19..14d7c714 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -33,8 +33,13 @@ endif
DIST_GARBAGE = config.cache config.log config.status
+all:: config.status export
+
include $(topsrcdir)/config/rules.mk
+config.status:: configure
+ ./config.status --recheck && ./config.status
+
#
# The -ll option of zip converts CR LF to LF.
#