aboutsummaryrefslogtreecommitdiff
path: root/mkdep
diff options
context:
space:
mode:
Diffstat (limited to 'mkdep')
-rwxr-xr-xmkdep2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdep b/mkdep
index 6496b831..caf547e2 100755
--- a/mkdep
+++ b/mkdep
@@ -87,7 +87,7 @@ _EOF_
# hack can't deal with anything that requires a search path, and doesn't
# even try for anything using bracket (<>) syntax.
#
-# egrep '^#include[ ]*".*"' /dev/null $* |
+# grep -E '^#include[[:blank:]]*".*"' /dev/null $* |
# sed -e 's/:[^"]*"\([^"]*\)".*/: \1/' -e 's/\.c/.o/' |
#