From 1c56a01c87d6051bc0da2d0567304d757e092f0d Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sat, 3 Feb 2001 21:58:12 +0000 Subject: - (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done right. --- ChangeLog | 2 ++ openbsd-compat/Makefile.in | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 874b78771..9eb268ea2 100644 --- 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 diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in index f87396887..32312b3a4 100644 --- a/openbsd-compat/Makefile.in +++ b/openbsd-compat/Makefile.in @@ -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) -- cgit v1.2.3