summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-12-19 14:34:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-12-19 14:34:59 +0000
commit9201e6bdaf03e4a060dc7d93934d5a70515dd845 (patch)
tree97383a9c3545b5986f45213ebdbfc7f9de8ddac9 /cpukit/posix/src/Makefile.am
parent2001-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-9201e6bdaf03e4a060dc7d93934d5a70515dd845.tar.bz2
2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* optman/Makefile.am: Add multilib support. Remove ASM4FLAGS. * src/Makefile.am: Add multilib support.
Diffstat (limited to 'cpukit/posix/src/Makefile.am')
-rw-r--r--cpukit/posix/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/Makefile.am b/cpukit/posix/src/Makefile.am
index daffbe6c3b..ea200387d6 100644
--- a/cpukit/posix/src/Makefile.am
+++ b/cpukit/posix/src/Makefile.am
@@ -87,7 +87,7 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
OBJS = $(C_O_FILES)
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../../../../automake/multilib.am
include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../automake/lib.am