From 58102f84bfe92a944af6dcad84fbbb8f584c98bc Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Tue, 18 Apr 2000 20:29:01 +0000 Subject: [PATCH] patch for SGI install command --- tools/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/Makefile.in b/tools/Makefile.in index c81029cb..929a726a 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -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@ # @@ -108,8 +108,8 @@ all: ${TARGETS} true; \ fi install: all - ${INSTALL} -idb nostrip 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 -dir @DIR_BIN@ + ${INSTALL} -idb nostrip -idb tiff.sw.tools -m 755 -F @DIR_BIN@ -O ${TARGETS} @if [ "@LIBIMAGE@" = yes ]; then \ ${INSTALL} -idb tiff.sw.tools -m 755 -F @DIR_BIN@ -O sgi2tiff; \ else \