summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-03-21 13:13:40 +1100
committerDamien Miller <djm@mindrot.org>2001-03-21 13:13:40 +1100
commit4b4e2d31d66728b06a0a5defed21c2781e0f314a (patch)
tree793f65290a6d2af101111716af942ee4dbdf656f /Makefile.in
parentec7e1b1d0fa042c7670122b6eb5cb59b14491fca (diff)
- (djm) Generate config files before build
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 2fd16be4..047f906d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.161 2001/03/14 00:39:46 djm Exp $
+# $Id: Makefile.in,v 1.162 2001/03/21 02:13:41 djm Exp $
prefix=@prefix@
exec_prefix=@exec_prefix@
@@ -73,7 +73,7 @@ PATHSUBS = \
FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS)
-all: $(TARGETS) $(CONFIGFILES)
+all: $(CONFIGFILES) $(TARGETS)
manpages: $(MANPAGES)