From: Todd C. Miller Date: Fri, 19 Nov 2004 18:30:43 +0000 (+0000) Subject: Back out part of rev 1.263; fix -I order X-Git-Tag: SUDO_1_7_0~797 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb60da6bbaac164462fd743a5e69f09deca8b2af;p=sudo Back out part of rev 1.263; fix -I order --- diff --git a/Makefile.in b/Makefile.in index d437f783d..ab364444e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -46,7 +46,7 @@ NET_LIBS = @NET_LIBS@ SUDO_LIBS = @SUDO_LIBS@ @AFS_LIBS@ $(LIBS) $(NET_LIBS) # C preprocessor flags -CPPFLAGS = -I$(srcdir) -I. @CPPFLAGS@ +CPPFLAGS = -I. -I$(srcdir) @CPPFLAGS@ # Usually -O and/or -g CFLAGS = @CFLAGS@