diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-03 21:53:47 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-03 21:53:47 +0000 |
commit | 684ba4cdd8f98b84df36f8de67427a4a59ef4114 (patch) | |
tree | 3e227c878e1957b45c6ee9265023796246ecd4f7 | |
parent | 7044253f3ff41aead8c2192f35d5710244549e89 (diff) |
- (bal) Minor Makefile fix
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | Makefile.in | 3 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,6 @@ | |||
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 | 4 | ||
4 | 20010103 | 5 | 20010103 |
5 | - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com> | 6 | - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com> |
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) |