From 7a9a35df5bd2de17b051ce9e167bd343ffccc004 Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Sat, 25 Oct 2003 17:46:14 +0000 Subject: [PATCH] Fixes in using MAKEFLAGS as per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=418 --- Makefile.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.in b/Makefile.in index bfec8e99..dfa4fbad 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ #! smake -# $Header: /cvs/maptools/cvsroot/libtiff/Makefile.in,v 1.38 2003-10-16 05:58:19 dron Exp $ +# $Header: /cvs/maptools/cvsroot/libtiff/Makefile.in,v 1.39 2003-10-25 17:46:14 dron Exp $ # # @WARNING@ # @@ -55,11 +55,11 @@ all default: @${ECHO} "= "man; cd man; ${MAKE} -${MAKEFLAGS} install: - @${ECHO} "= "libtiff; cd libtiff; ${MAKE} -${MAKEFLAGS} install - @${ECHO} "= "tools; cd tools; ${MAKE} -${MAKEFLAGS} install - @${ECHO} "= "man; cd man; ${MAKE} -${MAKEFLAGS} install + @${ECHO} "= "libtiff; cd libtiff; ${MAKE} install + @${ECHO} "= "tools; cd tools; ${MAKE} install + @${ECHO} "= "man; cd man; ${MAKE} install @if [ "@HTML@" = yes ]; then \ - ${ECHO} "= "html; cd html; ${MAKE} -${MAKEFLAGS} install; \ + ${ECHO} "= "html; cd html; ${MAKE} install; \ else \ true; \ fi