[BACK]Return to mkdep.gcc.sh CVS log [TXT][DIR] Up to [local] / src / usr.bin / mkdep

Diff for /src/usr.bin/mkdep/mkdep.gcc.sh between version 1.8 and 1.9

version 1.8, 1998/09/02 06:40:07 version 1.9, 2000/02/10 11:39:48
Line 84 
Line 84 
 if [ x$pflag = x ]; then  if [ x$pflag = x ]; then
         ${CC:-cc} -M "$@" | sed -e 's; \./; ;g' > $TMP          ${CC:-cc} -M "$@" | sed -e 's; \./; ;g' > $TMP
 else  else
         ${CC:-cc} -M "$@" | sed -e 's;\.o :; :;' -e 's; \./; ;g' > $TMP          ${CC:-cc} -M "$@" | sed -e 's;\.o[ ]*:; :;' -e 's; \./; ;g' > $TMP
 fi  fi
   
 if [ $? != 0 ]; then  if [ $? != 0 ]; then

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