]> andersk Git - openssh.git/commitdiff
- (bal) Fixed Makefile.in so that 'configure; make install' works.
authormouring <mouring>
Sun, 10 Jun 2001 17:43:35 +0000 (17:43 +0000)
committermouring <mouring>
Sun, 10 Jun 2001 17:43:35 +0000 (17:43 +0000)
ChangeLog
Makefile.in

index cd6e81e4d09fe93bbfaed4114b4a8e95a921ba55..9f8cb3fe320530247fa798e5d1f6f2a5e88ac30a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
    <markm@swoon.net> 
  - (bal) Handle broken krb4 issues on Solaris with multiple defined u_*_t
    types.  Patch by Jan IVEN <Jan.Iven@cern.ch> 
+ - (bal) Fixed Makefile.in so that 'configure; make install' works.
 
 20010610
  - (bal) Missed two files in major resync.  auth-bsdauth.c and auth-skey.c
index 3f1c387c6cc2ef716720f117029e028730effab0..9c9d18ffa0248af6124f87f6a6b4a2333e997b81 100644 (file)
@@ -164,7 +164,7 @@ catman-do:
 distprep: catman-do
        autoreconf
 
-install: $(TARGETS) install-files host-key
+install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files host-key
 
 install-files:
        $(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
This page took 0.051887 seconds and 5 git commands to generate.