]> andersk Git - openssh.git/commitdiff
- (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
authormouring <mouring>
Sat, 3 Feb 2001 21:58:12 +0000 (21:58 +0000)
committermouring <mouring>
Sat, 3 Feb 2001 21:58:12 +0000 (21:58 +0000)
   right.

ChangeLog
openbsd-compat/Makefile.in

index 874b7877155af721abc01125a6181171237a0c59..9eb268ea24ba158e522ee2430685156fc67f82ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 20010104
  - (bal) I think this is the last of the bsd-*.h that don't belong.
  - (bal) Minor Makefile fix
+ - (bal) openbsd-compat/Makefile minor fix.  Ensure dependancies are done
+   right.
 
 20010103
  - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
index f8739688768f6cd61f33af9f5f9605b209ab4bdb..32312b3a4150c829b1a11d8ff968629b89505439 100644 (file)
@@ -21,7 +21,8 @@ COMPAT=bsd-arc4random.o bsd-cygwin_util.o bsd-misc.o bsd-nextstep.o bsd-snprintf
 
 all: libopenbsd-compat.a
 
-$(BSDCOMPAT): ../config.h
+$(COMPAT): ../config.h
+$(OPENBSD): ../config.h
 
 libopenbsd-compat.a:  $(COMPAT) $(OPENBSD)
        $(AR) rv $@ $(COMPAT) $(OPENBSD)
This page took 2.728851 seconds and 5 git commands to generate.