From 958e2cb9e4d580ce9440fb73a6083054c51de20e Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 7 Jan 2009 13:25:10 +0000 Subject: (svn r14888) -Change/Fix: don't make makedepend look in whatever's included for headers; it takes ages *and* it will not find all headers anyways as they are placed in locations where only the compiler can easily find them --- config.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.lib') diff --git a/config.lib b/config.lib index 918e5cad1..f122191f2 100644 --- a/config.lib +++ b/config.lib @@ -1385,7 +1385,7 @@ make_cflags_and_ldflags() { # Btw, this almost always comes from outside the configure, so it is # not something we can control. if [ "$with_makedepend" != "0" ]; then - cflags_makedep="` echo "$CFLAGS" | sed 's~ /~ -~g'`" + cflags_makedep="` echo "$CFLAGS" | sed 's~ /~ -~g;s~-I[ ]*[^ ]*~~g'`" else makedepend="" fi -- cgit v1.2.3-54-g00ecf