summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-10 17:43:35 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-10 17:43:35 +0000
commit0b35572596e1c9928f8a01934b1565163297e533 (patch)
treee655066768eb371da020e15011629a9202592848 /Makefile.in
parentd7d7da12ecbe0e84bd0cceb58b25cec0e75015cf (diff)
- (bal) Fixed Makefile.in so that 'configure; make install' works.
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 e6dec0be7..4133ed7ac 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.176 2001/06/10 00:41:19 mouring Exp $ 1# $Id: Makefile.in,v 1.177 2001/06/10 17:43:36 mouring Exp $
2 2
3prefix=@prefix@ 3prefix=@prefix@
4exec_prefix=@exec_prefix@ 4exec_prefix=@exec_prefix@
@@ -164,7 +164,7 @@ catman-do:
164distprep: catman-do 164distprep: catman-do
165 autoreconf 165 autoreconf
166 166
167install: $(TARGETS) install-files host-key 167install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files host-key
168 168
169install-files: 169install-files:
170 $(srcdir)/mkinstalldirs $(DESTDIR)$(bindir) 170 $(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)