From 54d540f82509b895a6ca7df617cee75ac4ed19af Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 17 Jun 2002 09:28:44 +0000 Subject: 2002-06-17 Ralf Corsepius * Include $(top_srcdir)/automake/*.am. Use aclocal/. --- c/src/exec/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'c/src/exec/Makefile.am') diff --git a/c/src/exec/Makefile.am b/c/src/exec/Makefile.am index 4b7504d991..b6f3182430 100644 --- a/c/src/exec/Makefile.am +++ b/c/src/exec/Makefile.am @@ -2,9 +2,9 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../aclocal +ACLOCAL_AMFLAGS = -I aclocal -include $(top_srcdir)/../../../automake/multilib.am +include $(top_srcdir)/automake/multilib.am SUBDIRS = . include score rtems sapi @subdirs@ wrapup @@ -19,5 +19,5 @@ AUTOMAKE_FILES = automake/compile.am automake/lib.am automake/local.am \ automake/multilib.am automake/subdirs.am EXTRA_DIST = $(AUTOMAKE_FILES) -include $(top_srcdir)/../../../automake/subdirs.am -include $(top_srcdir)/../../../automake/local.am +include $(top_srcdir)/automake/subdirs.am +include $(top_srcdir)/automake/local.am -- cgit v1.2.3