summaryrefslogtreecommitdiffstats
path: root/libffi/Makefile.am
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-12-31 22:44:09 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-12-31 22:44:09 +0000
commite9de8c8b23c55b3dae43b469071817e412458a0a (patch)
tree79fea73c2c599e38750c2ef7e4f475fcb3f95b86 /libffi/Makefile.am
parenta66184e8b71d6fdfcb17f867339e3023319b819e (diff)
downloadppe42-gcc-e9de8c8b23c55b3dae43b469071817e412458a0a.tar.gz
ppe42-gcc-e9de8c8b23c55b3dae43b469071817e412458a0a.zip
* Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31152 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/Makefile.am')
-rw-r--r--libffi/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/Makefile.am b/libffi/Makefile.am
index cfe1f7abe02..79f54baaf00 100644
--- a/libffi/Makefile.am
+++ b/libffi/Makefile.am
@@ -78,4 +78,4 @@ AM_CFLAGS = -fexceptions
libffi_la_LDFLAGS = -release $(VERSION)
-INCLUDES = -I$(top_srcdir)/include -Iinclude
+INCLUDES = -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src
OpenPOWER on IntegriCloud