]> git.sur5r.net Git - openldap/blobdiff - build/mkdep
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_5
[openldap] / build / mkdep
index a038e067f77014d1c0b58f57bb214597c1f3cf3f..27fe135ffad76599fd5c0d19b0d142f2be5e1c2e 100755 (executable)
@@ -1,6 +1,8 @@
 #! /bin/sh -
 # $OpenLDAP$
-## Copyright 1998-2003 The OpenLDAP Foundation.
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
+##
+## Copyright 1998-2014 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -159,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'"