2008-07-17 Ralf Corsépius <ralf.corsepius@rtems.org>

* Makefile.am: Remove reference to startup/setvec.c.
This commit is contained in:
Ralf Corsepius
2008-07-17 04:09:31 +00:00
parent 2a8e4508eb
commit 1380b630a8
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2008-07-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove reference to startup/setvec.c.
2008-07-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore, include/.cvsignore: New files.

View File

@@ -32,7 +32,7 @@ dist_project_lib_DATA += startup/linkcmds
noinst_PROGRAMS += startup.rel
startup_rel_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
../../shared/sbrk.c startup/setvec.c \
../../shared/sbrk.c \
../../shared/gnatinstallhandler.c
startup_rel_CPPFLAGS = $(AM_CPPFLAGS)
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)