summaryrefslogtreecommitdiff
path: root/maint-cfg.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-02-14 14:31:11 +0000
committerSimon Josefsson <simon@josefsson.org>2006-02-14 14:31:11 +0000
commit1c47d719a7120d34eac65d0a7a928adf85119db1 (patch)
tree3826b889871bb5886ec2e937bf99be4997382371 /maint-cfg.mk
parent089b087e01eff82e8c95bc7425890fb9579ec2ad (diff)
downloadgnutls-1c47d719a7120d34eac65d0a7a928adf85119db1.tar.gz
Fix.
Diffstat (limited to 'maint-cfg.mk')
-rw-r--r--maint-cfg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/maint-cfg.mk b/maint-cfg.mk
index 83a5147541..c6b5082ce0 100644
--- a/maint-cfg.mk
+++ b/maint-cfg.mk
@@ -30,10 +30,10 @@ gtk-doc.make:
autoreconf:
test -f ./configure || autoreconf --install
-bootstrap: autoreconf gtk-doc.make
+bootstrap: gtk-doc.make autoreconf
./configure $(CFGFLAGS)
-mingw32: autoreconf gtk-doc.make
+mingw32: gtk-doc.make autoreconf
./configure $(CFGFLAGS) --host=i586-mingw32msvc --build=`./config.guess`
.PHONY: bootstrap autoreconf mingw32