diff options
author | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-14 19:49:42 +0000 |
---|---|---|
committer | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-14 19:49:42 +0000 |
commit | 21d39539fee111c0a4816111f4a5edd84498c548 (patch) | |
tree | ce69071d0c4644df15ad6c1da66a10aa7b648cc7 /libgomp/Makefile.am | |
parent | 0e80ececb0e220d3f52543945a5d4bcbbf788972 (diff) | |
download | gcc-21d39539fee111c0a4816111f4a5edd84498c548.tar.gz |
* Makefile.am: Add -I .. to ACLOCAL_AMFLAGS.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123826 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/Makefile.am')
-rw-r--r-- | libgomp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/Makefile.am b/libgomp/Makefile.am index 6963e105e62..18544c8fec5 100644 --- a/libgomp/Makefile.am +++ b/libgomp/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -ACLOCAL_AMFLAGS = -I ../config +ACLOCAL_AMFLAGS = -I .. -I ../config SUBDIRS = testsuite ## May be used by toolexeclibdir. |