2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* start/Makefile.am: Misc cleanups and fixes.
	* startup/Makefile.am: Misc cleanups and fixes.
This commit is contained in:
Ralf Corsepius
2003-12-09 14:55:42 +00:00
parent 2a64a03531
commit c484c82d46
3 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Misc cleanups and fixes.
* startup/Makefile.am: Misc cleanups and fixes.
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Remove empty lines. * start/Makefile.am: Remove empty lines.

View File

@@ -2,8 +2,6 @@
## $Id$ ## $Id$
## ##
S_FILES = start.S rtems_crti.S
EXTRA_DIST = start.S rtems_crti.S EXTRA_DIST = start.S rtems_crti.S
include $(top_srcdir)/../../../automake/local.am include $(top_srcdir)/../../../automake/local.am

View File

@@ -2,10 +2,10 @@
## $Id$ ## $Id$
## ##
C_FILES = bspstart.c pgtbl_setup.c pgtbl_activate.c C_FILES = bspstart.c pgtbl_setup.c pgtbl_activate.c
noinst_DATA = linkcmds noinst_DATA = linkcmds
EXTRA_DIST = bspstart.c linkcmds pgtbl_setup.c pgtbl_activate.c EXTRA_DIST = bspstart.c linkcmds pgtbl_setup.c pgtbl_activate.c
include $(top_srcdir)/../../../automake/local.am include $(top_srcdir)/../../../automake/local.am