From: Todd C. Miller Date: Sun, 19 Nov 1995 23:24:09 +0000 (+0000) Subject: -I stuff now goes in CPPFLAGS X-Git-Tag: SUDO_1_4_0~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=baae3457a7d784f54551c02010c57477ac6c33a7;p=sudo -I stuff now goes in CPPFLAGS --- diff --git a/Makefile.in b/Makefile.in index c2ecf4ad2..530ed6d60 100644 --- a/Makefile.in +++ b/Makefile.in @@ -47,12 +47,12 @@ LIBS = @LIBS@ @LEXLIB@ OSDEFS = @OSDEFS@ # C preprocessor flags -CPPFLAGS = @CPPFLAGS@ +CPPFLAGS = -I. -I$(srcdir) @CPPFLAGS@ # Usually -g or -O -CFLAGS = -I. -I$(srcdir) @CFLAGS@ +CFLAGS = @CFLAGS@ -# How to make a static binary +# Flags to pass to the link stage LDFLAGS = @LDFLAGS@ # Where to install things...