diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-03-24 16:00:19 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-03-24 16:00:19 -0700 |
commit | 4d821427ac3e7e3de86f46e3b1e638c65758b774 (patch) | |
tree | 1ebad8df2b4d6fee734944206c734def4d8fe5a2 /Makefile.am | |
parent | 617fc1304afdca2fb82e3a65d9a4999058d86021 (diff) |
Use AM_CPPFLAGS instead of makedepend_CPPFLAGS to avoid mangled .o names
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8a9ba9c..d01b5ee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,7 @@ makedepend_SOURCES = include.c \ def.h \ imakemdep.h -makedepend_CPPFLAGS = -DOBJSUFFIX=\".${OBJEXT}\" -DINCLUDEDIR=\"/usr/include\" +AM_CPPFLAGS = -DOBJSUFFIX=\".${OBJEXT}\" -DINCLUDEDIR=\"/usr/include\" EXTRA_DIST = autogen.sh makedepend.man |