]> git.sur5r.net Git - openldap/blobdiff - build/mkdep
fix test
[openldap] / build / mkdep
index 8ce054e9c182f278e94d1ad0ad5652b7c1faca2c..1f9fb56055da7e9fd6f50c39d4db2e3b68559d99 100755 (executable)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## 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'"