2004-01-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* startup/Makefile.am: Remove bogus EXTRA_DIST.
	* wrapup/Makefile.am: Reflect changes to libcpu.
This commit is contained in:
Ralf Corsepius
2004-01-17 05:52:35 +00:00
parent 7f269d0325
commit 9a665b6da2
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2004-01-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/Makefile.am: Remove bogus EXTRA_DIST.
* wrapup/Makefile.am: Reflect changes to libcpu.
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.

View File

@@ -27,7 +27,7 @@ $(PGM): $(OBJS)
all-local: $(TMPINSTALL_FILES) $(PGM) all-local: $(TMPINSTALL_FILES) $(PGM)
EXTRA_DIST = bspclean.c bspstart.c linkcmds linkcmds.rom linkcmds.rom2ram EXTRA_DIST = bspstart.c linkcmds linkcmds.rom linkcmds.rom2ram
TMPINSTALL_FILES = TMPINSTALL_FILES =

View File

@@ -12,7 +12,7 @@ CPU_PIECES = clock sci timer score
# bummer; have to use $foreach since % pattern subst rules only replace 1x # bummer; have to use $foreach since % pattern subst rules only replace 1x
OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \ OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \
$(foreach piece, $(CPU_PIECES), \ $(foreach piece, $(CPU_PIECES), \
../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/$(piece).rel) ../../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/$(piece)$(LIB_VARIANT).rel)
include $(top_srcdir)/../../../../automake/compile.am include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../automake/lib.am include $(top_srcdir)/../../../../automake/lib.am