summaryrefslogtreecommitdiffstats
path: root/c/src/support
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 13:02:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 13:02:30 +0000
commit514e77b7ba0c3fb246340a909679c5d99e751fca (patch)
treefe3f301a0f74aa820815168d90ece905cddb516e /c/src/support
parent2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-514e77b7ba0c3fb246340a909679c5d99e751fca.tar.bz2
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake. lib/Makefile.am: Reflect having moved automake. support/Makefile.am: Reflect having moved automake. wrapup/Makefile.am: Reflect having moved automake.
Diffstat (limited to 'c/src/support')
-rw-r--r--c/src/support/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/support/Makefile.am b/c/src/support/Makefile.am
index 9c528fc254..b7fa07117c 100644
--- a/c/src/support/Makefile.am
+++ b/c/src/support/Makefile.am
@@ -2,8 +2,8 @@
## $Id$
##
-include $(top_srcdir)/../../automake/compile.am
-include $(top_srcdir)/../../automake/lib.am
+include $(top_srcdir)/automake/compile.am
+include $(top_srcdir)/automake/lib.am
AM_CPPFLAGS += -DRTEMS_BSP=\"$(RTEMS_BSP)\"
@@ -17,4 +17,4 @@ $(LIB): $(OBJS)
all-local: $(ARCH) $(LIB)
-include $(top_srcdir)/../../automake/local.am
+include $(top_srcdir)/automake/local.am