]> granicus.if.org Git - sudo/commitdiff
-I stuff now goes in CPPFLAGS
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 19 Nov 1995 23:24:09 +0000 (23:24 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 19 Nov 1995 23:24:09 +0000 (23:24 +0000)
Makefile.in

index c2ecf4ad2bcaab1998ffa8a4bd5deca55aa6e9b3..530ed6d60b8484015069c678d38777f098b5eaa8 100644 (file)
@@ -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...