[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.7 and 1.8

version 1.7, 1999/12/23 07:14:12 version 1.8, 2004/02/10 02:02:22
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
   .include <bsd.own.mk>
   
 NOMAN=  NOMAN=
 NOOBJ=  
   
 beforeinstall:  PROG=cpp
         ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \  SRCS=
                 ${.CURDIR}/cpp.sh ${DESTDIR}${BINDIR}/cpp  INSTALL_STRIP=
   
   cpp: cpp.sh
   .if ${USE_GCC3:L} == "no"
           sed -e 's/@dollaropt@/-$$/' ${.CURDIR}/cpp.sh >$@
   .else
           sed -e 's/@dollaropt@//' ${.CURDIR}/cpp.sh >$@
   .endif
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8