summaryrefslogtreecommitdiffstats
path: root/c/src/exec/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-06-17 09:28:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-06-17 09:28:44 +0000
commit54d540f82509b895a6ca7df617cee75ac4ed19af (patch)
tree756a16f5a76f215011aba277cce95d9447888528 /c/src/exec/Makefile.am
parent2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-54d540f82509b895a6ca7df617cee75ac4ed19af.tar.bz2
2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Include $(top_srcdir)/automake/*.am. Use aclocal/.
Diffstat (limited to '')
-rw-r--r--c/src/exec/Makefile.am8
1 files changed, 4 insertions, 4 deletions
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