[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/Makefile between version 1.68 and 1.69

version 1.68, 1999/06/22 14:41:35 version 1.69, 1999/06/24 15:18:11
Line 46 
Line 46 
   
 # Directories with an includes target that use Makefile.bsd-wrapper  # Directories with an includes target that use Makefile.bsd-wrapper
 WDIRS=  ../lib/libssl ../gnu/lib/libgmp  WDIRS=  ../lib/libssl ../gnu/lib/libgmp
   
 WDIRS+= ../gnu/egcs/libio ../gnu/egcs/libstdc++ ../gnu/egcs/libf2c \  WDIRS+= ../gnu/egcs/libio ../gnu/egcs/libstdc++ ../gnu/egcs/libf2c \
         ../gnu/egcs/libobjc ../gnu/egcs/gcc          ../gnu/egcs/libobjc ../gnu/egcs/gcc
 #WDIRS+= ../gnu/lib/libg++/libg++ ../gnu/lib/libg++/libio \  
 #       ../gnu/lib/libg++/librx ../gnu/lib/libg++/libstdc++ \  
 #       ../gnu/usr.bin/gcc  
   
 # Places using Makefile.bsd-wrapper that needs a prerequisite target met  # Places using Makefile.bsd-wrapper that needs a prerequisite target met
 # before includes  # before includes
Line 151 
Line 147 
         done          done
         cd ${DESTDIR}/usr/include && rm -rf ${MACHINE} ${MACHINE_ARCH} machine          cd ${DESTDIR}/usr/include && rm -rf ${MACHINE} ${MACHINE_ARCH} machine
         ln -s /sys/arch/${MACHINE}/include ${DESTDIR}/usr/include/${MACHINE}          ln -s /sys/arch/${MACHINE}/include ${DESTDIR}/usr/include/${MACHINE}
         rm -rf ${DESTDIR}/usr/include/${MACHINE_ARCH}  
         if test ${MACHINE} != ${MACHINE_ARCH} -a \          if test ${MACHINE} != ${MACHINE_ARCH} -a \
             -d ../sys/arch/${MACHINE_ARCH}/include ; then \              -d ../sys/arch/${MACHINE_ARCH}/include ; then \
                 ln -s /sys/arch/${MACHINE_ARCH}/include \                  ln -s /sys/arch/${MACHINE_ARCH}/include \

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69