]> git.sur5r.net Git - openldap/blobdiff - build/mkdep
remove unused variable
[openldap] / build / mkdep
index a038e067f77014d1c0b58f57bb214597c1f3cf3f..2d62ae2141f4e700a06cceaf9203ea159fdeca75 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-2007 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'"