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.
This commit is contained in:
Ralf Corsepius
2003-08-16 13:02:30 +00:00
parent 4c0d512e03
commit 514e77b7ba
5 changed files with 17 additions and 10 deletions

View File

@@ -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