summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-03 21:58:12 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-03 21:58:12 +0000
commit1c56a01c87d6051bc0da2d0567304d757e092f0d (patch)
tree5cffd9e48ce32395ff919f88455fa32ed28ab834
parent684ba4cdd8f98b84df36f8de67427a4a59ef4114 (diff)
- (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
right.
-rw-r--r--ChangeLog2
-rw-r--r--openbsd-compat/Makefile.in3
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 874b78771..9eb268ea2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
120010104 120010104
2 - (bal) I think this is the last of the bsd-*.h that don't belong. 2 - (bal) I think this is the last of the bsd-*.h that don't belong.
3 - (bal) Minor Makefile fix 3 - (bal) Minor Makefile fix
4 - (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
5 right.
4 6
520010103 720010103
6 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com> 8 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
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
21 21
22all: libopenbsd-compat.a 22all: libopenbsd-compat.a
23 23
24$(BSDCOMPAT): ../config.h 24$(COMPAT): ../config.h
25$(OPENBSD): ../config.h
25 26
26libopenbsd-compat.a: $(COMPAT) $(OPENBSD) 27libopenbsd-compat.a: $(COMPAT) $(OPENBSD)
27 $(AR) rv $@ $(COMPAT) $(OPENBSD) 28 $(AR) rv $@ $(COMPAT) $(OPENBSD)