summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-10-14 23:20:12 +0000
committerPaul Smith <psmith@gnu.org>1999-10-14 23:20:12 +0000
commitc71200d0229f75fe99d508dd3aea013ceba4d32e (patch)
treee3f05265cc2c95a3fe660d350dffe38271d14614 /Makefile.am
parent281951154bc90849385ae4cacc3cadfc1653b877 (diff)
downloadgunmake-c71200d0229f75fe99d508dd3aea013ceba4d32e.tar.gz
* Ensure -Iglob comes before any user-specified CPPFLAGS.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e45abec..483d012 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,7 @@ make_LDADD = @LIBOBJS@ @ALLOCA@ @GLOBLIB@
info_TEXINFOS = make.texinfo
man_MANS = make.1
-INCLUDES = -DLIBDIR=\"$(libdir)\" -DINCLUDEDIR=\"$(includedir)\"
+INCLUDES = @GLOBINC@ -DLIBDIR=\"$(libdir)\" -DINCLUDEDIR=\"$(includedir)\"
EXTRA_DIST = README build.sh.in $(man_MANS) README.customs remote-cstms.c\
make-stds.texi texinfo.tex SCOPTIONS SMakefile\