2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* startup/Makefile.am: Reformat.
This commit is contained in:
Ralf Corsepius
2002-07-21 16:53:20 +00:00
parent a36f4a85a6
commit 5e53a556b5
2 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/Makefile.am: Reformat.
2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Eliminate PGM.

View File

@@ -2,7 +2,6 @@
## $Id$
##
VPATH = @srcdir@:@srcdir@/../../../shared
PGM = $(ARCH)/startup.rel
@@ -36,9 +35,9 @@ $(PROJECT_RELEASE)/lib/romlink: romlink
$(INSTALL_DATA) $< $@
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/ramlink \
$(PROJECT_RELEASE)/lib/linkcmds \
$(PROJECT_RELEASE)/lib/romlink
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/ramlink
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/romlink
all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)