mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
- (bal) Minor Makefile fix
This commit is contained in:
parent
7044253f3f
commit
684ba4cdd8
@ -1,5 +1,6 @@
|
|||||||
20010104
|
20010104
|
||||||
- (bal) I think this is the last of the bsd-*.h that don't belong.
|
- (bal) I think this is the last of the bsd-*.h that don't belong.
|
||||||
|
- (bal) Minor Makefile fix
|
||||||
|
|
||||||
20010103
|
20010103
|
||||||
- (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
|
- (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
@ -72,13 +72,12 @@ manpages: $(MANPAGES)
|
|||||||
$(LIBSSH_OBJS): config.h
|
$(LIBSSH_OBJS): config.h
|
||||||
$(SSHOBJS): config.h
|
$(SSHOBJS): config.h
|
||||||
$(SSHDOBJS): config.h
|
$(SSHDOBJS): config.h
|
||||||
$(LIBOPENBSD_COMPAT_OBJS): config.h
|
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
$(CC) $(CFLAGS) $(CPPFLAGS) -c $<
|
$(CC) $(CFLAGS) $(CPPFLAGS) -c $<
|
||||||
|
|
||||||
LIBCOMPAT=openbsd-compat/libopenbsd-compat.a
|
LIBCOMPAT=openbsd-compat/libopenbsd-compat.a
|
||||||
$(LIBCOMPAT):
|
$(LIBCOMPAT): config.h
|
||||||
(cd openbsd-compat; $(MAKE))
|
(cd openbsd-compat; $(MAKE))
|
||||||
|
|
||||||
libssh.a: $(LIBSSH_OBJS)
|
libssh.a: $(LIBSSH_OBJS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user