diff options
author | Steve Ellcey <sje@cup.hp.com> | 2007-04-14 19:49:42 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2007-04-14 19:49:42 +0000 |
commit | 6b2c5ce09193187f7dee37c6161741fa263e98d6 (patch) | |
tree | ce69071d0c4644df15ad6c1da66a10aa7b648cc7 /libgomp/Makefile.in | |
parent | 70070387d5478e49c31aaf2cebc9686f6462ed88 (diff) | |
download | gcc-6b2c5ce09193187f7dee37c6161741fa263e98d6.zip gcc-6b2c5ce09193187f7dee37c6161741fa263e98d6.tar.gz gcc-6b2c5ce09193187f7dee37c6161741fa263e98d6.tar.bz2 |
Makefile.am: Add -I ..
* Makefile.am: Add -I .. to ACLOCAL_AMFLAGS.
* Makefile.in: Regenerate.
From-SVN: r123826
Diffstat (limited to 'libgomp/Makefile.in')
-rw-r--r-- | libgomp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/Makefile.in b/libgomp/Makefile.in index f41ca17..bb48aae 100644 --- a/libgomp/Makefile.in +++ b/libgomp/Makefile.in @@ -260,7 +260,7 @@ target_os = @target_os@ target_vendor = @target_vendor@ toolexecdir = @toolexecdir@ toolexeclibdir = @toolexeclibdir@ -ACLOCAL_AMFLAGS = -I ../config +ACLOCAL_AMFLAGS = -I .. -I ../config SUBDIRS = testsuite gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER) search_path = $(addprefix $(top_srcdir)/config/, $(config_path)) $(top_srcdir) |