summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-21 16:53:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-21 16:53:20 +0000
commit5e53a556b570558bf2805b61a28f60c1ce8e958e (patch)
tree6cc3a271664ae0f44ff7b13111caf020d408e06b /c
parent2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5e53a556b570558bf2805b61a28f60c1ce8e958e.tar.bz2
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/Makefile.am: Reformat.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/a29k/portsw/ChangeLog4
-rw-r--r--c/src/lib/libbsp/a29k/portsw/startup/Makefile.am7
2 files changed, 7 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/a29k/portsw/ChangeLog b/c/src/lib/libbsp/a29k/portsw/ChangeLog
index f1b23cb06c..01c7095ec8 100644
--- a/c/src/lib/libbsp/a29k/portsw/ChangeLog
+++ b/c/src/lib/libbsp/a29k/portsw/ChangeLog
@@ -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.
diff --git a/c/src/lib/libbsp/a29k/portsw/startup/Makefile.am b/c/src/lib/libbsp/a29k/portsw/startup/Makefile.am
index 1f51130424..88564aea1e 100644
--- a/c/src/lib/libbsp/a29k/portsw/startup/Makefile.am
+++ b/c/src/lib/libbsp/a29k/portsw/startup/Makefile.am
@@ -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)