summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-17 18:32:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-17 18:32:22 +0000
commitc8e972f57b6fb45269a3fab8034e81a54431227d (patch)
tree0eae28cb59603bfaaaf3232891344b5b8f23a637 /c/src/exec/libcsupport/src
parent2002-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c8e972f57b6fb45269a3fab8034e81a54431227d.tar.bz2
2002-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Relocate libcsupport from c/src/lib to c/src/exec/libcsupport. * configure.ac: Use ENV_RTEMSCPU. Reflect changed paths. * Makefile.am: Reflect changed paths. * src/Makefile.am: Reflect changed paths.
Diffstat (limited to 'c/src/exec/libcsupport/src')
-rw-r--r--c/src/exec/libcsupport/src/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/exec/libcsupport/src/Makefile.am b/c/src/exec/libcsupport/src/Makefile.am
index f1c478268b..c7d956c8e1 100644
--- a/c/src/exec/libcsupport/src/Makefile.am
+++ b/c/src/exec/libcsupport/src/Makefile.am
@@ -2,9 +2,9 @@
## $Id$
##
-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
LIBNAME = libcsupport
LIB = ${ARCH}/${LIBNAME}.a
@@ -86,4 +86,4 @@ DOC_FILES = TODO CASES
EXTRA_DIST = $(DOC_FILES) $(COMMON_C_FILES) $(EMBEDDED_C_FILES) \
$(UNIX_C_FILES)
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/../../../../automake/local.am