[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.1 and 1.2

version 1.1, 1996/01/02 13:49:07 version 1.2, 1996/01/04 01:50:33
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.1  
changed lines
  Added in v.1.2