2007-04-26 Ralf Corsépius <ralf.corsepius@rtems.org>

* Makefile.am: Remove reference to ../../shared/main.c.
This commit is contained in:
Ralf Corsepius
2007-04-26 03:20:02 +00:00
parent c6523793c6
commit 36c8d16212
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-04-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove reference to ../../shared/main.c.
2007-04-25 Ray Xu <xr@trasin.net>
* times: New (Initial submission).

View File

@@ -30,7 +30,7 @@ noinst_PROGRAMS += startup.rel
include_HEADERS += ../../arm/shared/comm/uart.h
startup_rel_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
startup/bspstart.c startup/exit.c ../../shared/bootcard.c \
../../shared/main.c ../../shared/sbrk.c \
../../shared/sbrk.c \
../../shared/gnatinstallhandler.c
startup_rel_CPPFLAGS = $(AM_CPPFLAGS)
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)