From baae3457a7d784f54551c02010c57477ac6c33a7 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 19 Nov 1995 23:24:09 +0000 Subject: [PATCH] -I stuff now goes in CPPFLAGS --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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... -- 2.50.1