Remove build_date.c.

This commit is contained in:
Ralf Corsepius
2008-09-30 03:24:25 +00:00
parent e985817e62
commit 49f9c158be

View File

@@ -57,11 +57,8 @@ dist_project_lib_DATA += ../shared/startup/linkcmds
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES =
build_date.c::
echo 'const char *BSP_build_date="'`date`'";' > $@
# startup
libbsp_a_SOURCES += startup/bspstart.c build_date.c \
libbsp_a_SOURCES += startup/bspstart.c \
startup/misc.c ../../powerpc/shared/startup/bspgetworkarea.c \
../../powerpc/shared/startup/pretaskinghook.c \
../../powerpc/shared/startup/zerobss.c \