X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=build%2Fmkdep;h=1f9fb56055da7e9fd6f50c39d4db2e3b68559d99;hb=6ecbac91c3f83226a8c3cd9b21ec5eac1322aebb;hp=8ce054e9c182f278e94d1ad0ad5652b7c1faca2c;hpb=2c21fdcecb749b40b7fe1a053524febea3606f0b;p=openldap diff --git a/build/mkdep b/build/mkdep index 8ce054e9c1..1f9fb56055 100755 --- a/build/mkdep +++ b/build/mkdep @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2003 The OpenLDAP Foundation. +## Copyright 1998-2008 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -161,7 +161,7 @@ for i in $files; do esac done for i in $FILES; do - $MKDEP_CC $MKDEP_CFLAGS $FLAGS $i | egrep '^#.*"' > $TMP.sed + $MKDEP_CC $MKDEP_CFLAGS $FLAGS $i | grep '^#.*"' > $TMP.sed awk ' BEGIN { file = "'$i'"