summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorpsmith <>1999-10-14 23:20:12 +0000
committerpsmith <>1999-10-14 23:20:12 +0000
commit6684515581d9aa39d8f9e14b08a441df80c7a0a1 (patch)
treefc754cb2df2caf35487a2d6d4415a5d6dc6b5d2b /Makefile.am
parent8e1585c0da25dab2f26a9686953564eebceb9909 (diff)
downloadmake-6684515581d9aa39d8f9e14b08a441df80c7a0a1.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 e45abecf..483d0123 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\