summaryrefslogtreecommitdiff
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 2fd16be44..047f906de 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.161 2001/03/14 00:39:46 djm Exp $ 1# $Id: Makefile.in,v 1.162 2001/03/21 02:13:41 djm Exp $
2 2
3prefix=@prefix@ 3prefix=@prefix@
4exec_prefix=@exec_prefix@ 4exec_prefix=@exec_prefix@
@@ -73,7 +73,7 @@ PATHSUBS = \
73 73
74FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS) 74FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS)
75 75
76all: $(TARGETS) $(CONFIGFILES) 76all: $(CONFIGFILES) $(TARGETS)
77 77
78manpages: $(MANPAGES) 78manpages: $(MANPAGES)
79 79