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. --- openbsd-compat/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbsd-compat/Makefile.in') 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