2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* optman/Makefile.am: Add multilib support.
	* src/Makefile.am: Add multilib support.
This commit is contained in:
Joel Sherrill
2001-12-19 14:35:14 +00:00
parent 9201e6bdaf
commit 624c881ae0
6 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -10,7 +10,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