From 8720363f3331507608a15a01a433368a395871f4 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 6 Apr 2011 15:12:34 -0400 Subject: [PATCH] No need to add current dir to include path and having it breaks the test programs that expect to get the system glob.h and fnmatch.h --- compat/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/Makefile.in b/compat/Makefile.in index 0e5d17189..79b7da412 100644 --- a/compat/Makefile.in +++ b/compat/Makefile.in @@ -30,7 +30,7 @@ CC = @CC@ LIBTOOL = @LIBTOOL@ # C preprocessor flags -CPPFLAGS = -I. -I$(top_builddir) -I$(incdir) @CPPFLAGS@ +CPPFLAGS = -I$(top_builddir) -I$(incdir) @CPPFLAGS@ # Usually -O and/or -g CFLAGS = @CFLAGS@ -- 2.40.0