- (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
|
||||
- (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>
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue