- (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done

right.
This commit is contained in:
Ben Lindstrom 2001-02-03 21:58:12 +00:00
parent 684ba4cdd8
commit 1c56a01c87
2 changed files with 4 additions and 1 deletions

View File

@ -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>

View 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)