From 6b2c5ce09193187f7dee37c6161741fa263e98d6 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Sat, 14 Apr 2007 19:49:42 +0000 Subject: [PATCH] Makefile.am: Add -I .. * Makefile.am: Add -I .. to ACLOCAL_AMFLAGS. * Makefile.in: Regenerate. From-SVN: r123826 --- libgomp/ChangeLog | 5 +++++ libgomp/Makefile.am | 2 +- libgomp/Makefile.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index ea94ceaa3f1..32976762b7e 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2007-04-14 Steve Ellcey + + * Makefile.am: Add -I .. to ACLOCAL_AMFLAGS. + * Makefile.in: Regenerate. + 2007-04-07 John David Anglin PR testsuite/31369 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. diff --git a/libgomp/Makefile.in b/libgomp/Makefile.in index f41ca1707f6..bb48aae729a 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)