[BACK]Return to Makefile.bsd-wrapper CVS log [TXT][DIR] Up to [local] / src / usr.bin / less

Diff for /src/usr.bin/less/Attic/Makefile.bsd-wrapper between version 1.14 and 1.15

version 1.14, 1997/08/01 20:12:30 version 1.15, 1997/08/01 20:14:31
Line 51 
Line 51 
   
 config: .FORCE  config: .FORCE
 .ifndef GLOBAL_AUTOCONF_CACHE  .ifndef GLOBAL_AUTOCONF_CACHE
         -rm -f config.cache          -rm -f config.cache
 .endif  .endif
         INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \          INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \
                 /bin/sh ${.CURDIR}/configure --prefix=/usr $(CF)                  /bin/sh ${.CURDIR}/configure --prefix=/usr $(CF)
   
 config.status:  config.status:
         INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \          INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \
                 /bin/sh ${.CURDIR}/configure --prefix=/usr $(CF)                  /bin/sh ${.CURDIR}/configure --prefix=/usr $(CF)
   
 gnu_build:  gnu_build:
         ${MAKE} ${WCC} ${WCFLAGS} ${WLDFLAGS} LIBS=${LIBS} datadir=${DATADIR} \          ${MAKE} ${WCC} ${WCFLAGS} ${WLDFLAGS} LIBS=${LIBS} datadir=${DATADIR} \

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15