summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-06-17 09:27:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-06-17 09:27:44 +0000
commitfed6210d431edb3466cde96c46ebd5cd5277c313 (patch)
treed2a1465a1d013de9db9bf2c2463ea8620b6192d7 /c/src/exec/rtems
parent2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-fed6210d431edb3466cde96c46ebd5cd5277c313.tar.bz2
2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Include $(top_srcdir)/automake/*.am.
Diffstat (limited to 'c/src/exec/rtems')
-rw-r--r--c/src/exec/rtems/Makefile.am4
-rw-r--r--c/src/exec/rtems/include/Makefile.am2
-rw-r--r--c/src/exec/rtems/inline/Makefile.am2
-rw-r--r--c/src/exec/rtems/macros/Makefile.am2
-rw-r--r--c/src/exec/rtems/src/Makefile.am8
5 files changed, 9 insertions, 9 deletions
diff --git a/c/src/exec/rtems/Makefile.am b/c/src/exec/rtems/Makefile.am
index c13d1d51df..30e4cd2773 100644
--- a/c/src/exec/rtems/Makefile.am
+++ b/c/src/exec/rtems/Makefile.am
@@ -5,5 +5,5 @@
SUBDIRS = include inline macros src
-include $(top_srcdir)/../../../automake/subdirs.am
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/automake/subdirs.am
+include $(top_srcdir)/automake/local.am
diff --git a/c/src/exec/rtems/include/Makefile.am b/c/src/exec/rtems/include/Makefile.am
index 673d005fbc..bd4d70360c 100644
--- a/c/src/exec/rtems/include/Makefile.am
+++ b/c/src/exec/rtems/include/Makefile.am
@@ -44,4 +44,4 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtems \
all-local: $(PREINSTALL_FILES)
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/automake/local.am
diff --git a/c/src/exec/rtems/inline/Makefile.am b/c/src/exec/rtems/inline/Makefile.am
index b261cbd7c9..3600fbb532 100644
--- a/c/src/exec/rtems/inline/Makefile.am
+++ b/c/src/exec/rtems/inline/Makefile.am
@@ -24,4 +24,4 @@ endif
all-local: $(PREINSTALL_FILES)
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/automake/local.am
diff --git a/c/src/exec/rtems/macros/Makefile.am b/c/src/exec/rtems/macros/Makefile.am
index 2dceb032cc..9137dd8a56 100644
--- a/c/src/exec/rtems/macros/Makefile.am
+++ b/c/src/exec/rtems/macros/Makefile.am
@@ -24,4 +24,4 @@ endif
all-local: $(PREINSTALL_FILES)
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/automake/local.am
diff --git a/c/src/exec/rtems/src/Makefile.am b/c/src/exec/rtems/src/Makefile.am
index 9336c4b4c2..7b5f53b757 100644
--- a/c/src/exec/rtems/src/Makefile.am
+++ b/c/src/exec/rtems/src/Makefile.am
@@ -3,9 +3,9 @@
##
-include $(top_srcdir)/../../../automake/multilib.am
-include $(top_srcdir)/../../../automake/compile.am
-include $(top_srcdir)/../../../automake/lib.am
+include $(top_srcdir)/automake/multilib.am
+include $(top_srcdir)/automake/compile.am
+include $(top_srcdir)/automake/lib.am
# We only build multiprocessing related files if HAS_MP was defined
MP_C_FILES = eventmp.c mp.c msgmp.c partmp.c regionmp.c semmp.c signalmp.c \
@@ -76,4 +76,4 @@ all-local: ${ARCH} ${OBJS}
EXTRA_DIST = $(STD_C_FILES) $(MP_C_FILES)
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/automake/local.am