diff options
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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) |