Fix make install on MacOSX
Этот коммит содержится в:
родитель
efc3841fd2
Коммит
502a48afa1
@ -20,7 +20,7 @@ all:
|
|||||||
done && test -z "$$fail"
|
done && test -z "$$fail"
|
||||||
$(CC) -o ssh2_sample.o ssh2_sample.c $(CFLAGS)
|
$(CC) -o ssh2_sample.o ssh2_sample.c $(CFLAGS)
|
||||||
$(CC) -o ssh2_sample ssh2_sample.o $(LIBS)
|
$(CC) -o ssh2_sample ssh2_sample.o $(LIBS)
|
||||||
install:
|
install: all
|
||||||
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(incldir)
|
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(incldir)
|
||||||
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(libdir)
|
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(libdir)
|
||||||
@for dir in ${subdirs}; do \
|
@for dir in ${subdirs}; do \
|
||||||
|
2
README
2
README
@ -8,6 +8,8 @@ Version 0.13
|
|||||||
|
|
||||||
Fixed payload packet allocation bug when invalid packet length received. (David Robins)
|
Fixed payload packet allocation bug when invalid packet length received. (David Robins)
|
||||||
|
|
||||||
|
Fixed `make install' target for MacOSX.
|
||||||
|
|
||||||
Add terminating NULL character to readlink()/realpath() results.
|
Add terminating NULL character to readlink()/realpath() results.
|
||||||
|
|
||||||
Version 0.12
|
Version 0.12
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user