patch for SGI install command
This commit is contained in:
parent
a7eff1d63c
commit
58102f84bf
@ -1,4 +1,4 @@
|
|||||||
# $Header: /cvs/maptools/cvsroot/libtiff/tools/Makefile.in,v 1.3 1999-12-20 23:46:11 mwelles Exp $
|
# $Header: /cvs/maptools/cvsroot/libtiff/tools/Makefile.in,v 1.4 2000-04-18 20:29:01 warmerda Exp $
|
||||||
#
|
#
|
||||||
# @WARNING@
|
# @WARNING@
|
||||||
#
|
#
|
||||||
@ -108,8 +108,8 @@ all: ${TARGETS}
|
|||||||
true; \
|
true; \
|
||||||
fi
|
fi
|
||||||
install: all
|
install: all
|
||||||
${INSTALL} -idb nostrip tiff.sw.tools -m 755 -dir @DIR_BIN@
|
${INSTALL} -idb nostrip -idb tiff.sw.tools -m 755 -dir @DIR_BIN@
|
||||||
${INSTALL} -idb nostrip tiff.sw.tools -m 755 -F @DIR_BIN@ -O ${TARGETS}
|
${INSTALL} -idb nostrip -idb tiff.sw.tools -m 755 -F @DIR_BIN@ -O ${TARGETS}
|
||||||
@if [ "@LIBIMAGE@" = yes ]; then \
|
@if [ "@LIBIMAGE@" = yes ]; then \
|
||||||
${INSTALL} -idb tiff.sw.tools -m 755 -F @DIR_BIN@ -O sgi2tiff; \
|
${INSTALL} -idb tiff.sw.tools -m 755 -F @DIR_BIN@ -O sgi2tiff; \
|
||||||
else \
|
else \
|
||||||
|
Loading…
Reference in New Issue
Block a user