diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | openbsd-compat/Makefile.in | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,8 @@ | |||
1 | 20010104 | 1 | 20010104 |
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 | ||
5 | 20010103 | 7 | 20010103 |
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 | ||
22 | all: libopenbsd-compat.a | 22 | all: libopenbsd-compat.a |
23 | 23 | ||
24 | $(BSDCOMPAT): ../config.h | 24 | $(COMPAT): ../config.h |
25 | $(OPENBSD): ../config.h | ||
25 | 26 | ||
26 | libopenbsd-compat.a: $(COMPAT) $(OPENBSD) | 27 | libopenbsd-compat.a: $(COMPAT) $(OPENBSD) |
27 | $(AR) rv $@ $(COMPAT) $(OPENBSD) | 28 | $(AR) rv $@ $(COMPAT) $(OPENBSD) |