diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 21ffb9b20..c3cd580ea 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -72,13 +72,12 @@ manpages: $(MANPAGES) | |||
72 | $(LIBSSH_OBJS): config.h | 72 | $(LIBSSH_OBJS): config.h |
73 | $(SSHOBJS): config.h | 73 | $(SSHOBJS): config.h |
74 | $(SSHDOBJS): config.h | 74 | $(SSHDOBJS): config.h |
75 | $(LIBOPENBSD_COMPAT_OBJS): config.h | ||
76 | 75 | ||
77 | .c.o: | 76 | .c.o: |
78 | $(CC) $(CFLAGS) $(CPPFLAGS) -c $< | 77 | $(CC) $(CFLAGS) $(CPPFLAGS) -c $< |
79 | 78 | ||
80 | LIBCOMPAT=openbsd-compat/libopenbsd-compat.a | 79 | LIBCOMPAT=openbsd-compat/libopenbsd-compat.a |
81 | $(LIBCOMPAT): | 80 | $(LIBCOMPAT): config.h |
82 | (cd openbsd-compat; $(MAKE)) | 81 | (cd openbsd-compat; $(MAKE)) |
83 | 82 | ||
84 | libssh.a: $(LIBSSH_OBJS) | 83 | libssh.a: $(LIBSSH_OBJS) |