[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / cpp

Diff for /src/usr.bin/cpp/Makefile between version 1.3 and 1.4

version 1.3, 1996/06/26 05:32:24 version 1.4, 1996/08/26 21:25:22
Line 5 
Line 5 
 beforeinstall:  beforeinstall:
         install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \          install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
                 ${.CURDIR}/cpp.sh ${DESTDIR}${BINDIR}/cpp                  ${.CURDIR}/cpp.sh ${DESTDIR}${BINDIR}/cpp
         if [ `cc -print-libgcc-file-name` != /usr/lib/libgcc.a ]; then \  
                 (cd ${DESTDIR}/usr/libexec; rm -f cpp; \  
                 ln -s `cc -print-libgcc-file-name | sed -e 's/libgcc\.a/cpp/'` cpp); \  
         fi  
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4