mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-26 11:52:06 +00:00
- (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
right.
This commit is contained in:
parent
684ba4cdd8
commit
1c56a01c87
@ -1,6 +1,8 @@
|
|||||||
20010104
|
20010104
|
||||||
- (bal) I think this is the last of the bsd-*.h that don't belong.
|
- (bal) I think this is the last of the bsd-*.h that don't belong.
|
||||||
- (bal) Minor Makefile fix
|
- (bal) Minor Makefile fix
|
||||||
|
- (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
|
||||||
|
right.
|
||||||
|
|
||||||
20010103
|
20010103
|
||||||
- (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
|
- (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
@ -21,7 +21,8 @@ COMPAT=bsd-arc4random.o bsd-cygwin_util.o bsd-misc.o bsd-nextstep.o bsd-snprintf
|
|||||||
|
|
||||||
all: libopenbsd-compat.a
|
all: libopenbsd-compat.a
|
||||||
|
|
||||||
$(BSDCOMPAT): ../config.h
|
$(COMPAT): ../config.h
|
||||||
|
$(OPENBSD): ../config.h
|
||||||
|
|
||||||
libopenbsd-compat.a: $(COMPAT) $(OPENBSD)
|
libopenbsd-compat.a: $(COMPAT) $(OPENBSD)
|
||||||
$(AR) rv $@ $(COMPAT) $(OPENBSD)
|
$(AR) rv $@ $(COMPAT) $(OPENBSD)
|
||||||
|
Loading…
Reference in New Issue
Block a user