diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-03 21:58:12 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-03 21:58:12 +0000 |
commit | 1c56a01c87d6051bc0da2d0567304d757e092f0d (patch) | |
tree | 5cffd9e48ce32395ff919f88455fa32ed28ab834 | |
parent | 684ba4cdd8f98b84df36f8de67427a4a59ef4114 (diff) |
- (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
right.
-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) |