From 284e4fc53310e93c9c331339c4b5c05b9e3f6010 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 18 Aug 2003 12:02:20 +0000 Subject: 2003-08-18 Ralf Corsepius * aclocal/check-itron.m4: New. * aclocal/enable-inlines.m4: New. * Makefile.am: Add -I aclocal to ACLOCAL_AMFLAGS. --- c/src/make/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/make/Makefile.am') diff --git a/c/src/make/Makefile.am b/c/src/make/Makefile.am index c391b8840b..c8d8869f79 100644 --- a/c/src/make/Makefile.am +++ b/c/src/make/Makefile.am @@ -2,7 +2,7 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../aclocal +ACLOCAL_AMFLAGS = -I aclocal -I ../aclocal rtems_makedir = $(prefix)/make -- cgit v1.2.3