summaryrefslogtreecommitdiffstats
path: root/c/src/wrapup
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-15 04:08:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-15 04:08:46 +0000
commitca1531c56c7c3263bcde13533405e909f90bc46f (patch)
treee20f3d36925a3261dd89b03eb354659fcb20b87a /c/src/wrapup
parent2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-ca1531c56c7c3263bcde13533405e909f90bc46f.tar.bz2
2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* support/Makefile.am: Use automake compilation rules. * wrapup/Makefile.am: Reflect changes to support/*.
Diffstat (limited to 'c/src/wrapup')
-rw-r--r--c/src/wrapup/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index 9aee6922d8..ea9357ee4d 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -9,7 +9,7 @@ include $(top_srcdir)/automake/lib.am
project_lib_DATA = $(ARCH)/librtemsbsp$(LIB_VARIANT).a
-SRCS = ../support/${ARCH}/libsupport.a
+SRCS = ../support/libsupport$(LIB_VARIANT).a
if HAS_LIBBSP
SRCS += \