2005-02-12 Ralf Corsepius <ralf.corsepius@rtems.org>

* Makefile.am: Fix typo in previous patch.
This commit is contained in:
Ralf Corsepius
2005-02-12 04:18:24 +00:00
parent 92e7dc8a63
commit b1b0ed9d9c
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2005-02-12 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Fix typo in previous patch.
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org> 2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Merge-in wrapup/Makefile.am. * Makefile.am: Merge-in wrapup/Makefile.am.

View File

@@ -98,7 +98,7 @@ libbsp_a_LIBADD = startup.rel clock.rel console.rel timer.rel tod.rel \
if HAS_NETWORKING if HAS_NETWORKING
libbsp_a_LIBADD += network.rel libbsp_a_LIBADD += network.rel
endif endif
libbsp_a_LIBADD += ../../../@RTEMS_CPU@/@exceptions@/rtems-cpu.rel libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES) all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)

View File

@@ -1,3 +1,7 @@
2005-02-12 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Fix typo in previous patch.
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org> 2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Merge-in wrapup/Makefile.am. * Makefile.am: Merge-in wrapup/Makefile.am.

View File

@@ -76,7 +76,7 @@ noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES = libbsp_a_SOURCES =
libbsp_a_LIBADD = startup.rel clock.rel console.rel timer.rel tod.rel \ libbsp_a_LIBADD = startup.rel clock.rel console.rel timer.rel tod.rel \
vectors.rel PCI_bus.rel vectors.rel PCI_bus.rel
libbsp_a_LIBADD += ../../../@RTEMS_CPU@/@exceptions@/rtems-cpu.rel libbsp_a_LIBADD += ../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES) all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)