mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-24 19:02:06 +00:00
- (bal) Minor Makefile.in tweak. dirname may not exist on some
platforms so builds fail. (NeXT being a well known one)
This commit is contained in:
parent
6413635b01
commit
e6b3b7ba66
@ -2,6 +2,8 @@
|
||||
- (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
|
||||
- (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
|
||||
based file) to ensure #include space does not get confused.
|
||||
- (bal) Minor Makefile.in tweak. dirname may not exist on some
|
||||
platforms so builds fail. (NeXT being a well known one)
|
||||
|
||||
20010102
|
||||
- (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
|
||||
|
@ -79,7 +79,7 @@ $(LIBOPENBSD_COMPAT_OBJS): config.h
|
||||
|
||||
LIBCOMPAT=openbsd-compat/libopenbsd-compat.a
|
||||
$(LIBCOMPAT):
|
||||
(cd `dirname $@`; $(MAKE))
|
||||
(cd openbsd-compat; $(MAKE))
|
||||
|
||||
libssh.a: $(LIBSSH_OBJS)
|
||||
$(AR) rv $@ $(LIBSSH_OBJS)
|
||||
|
Loading…
Reference in New Issue
Block a user