summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/arm_bare_bsp/startup
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-09 14:20:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-09 14:20:58 +0000
commit94c2898085b3a93c40368d6db6b0adee0870d0af (patch)
tree2ba4f04403141e6f9da65347cefca7d6c4af1f4b /c/src/lib/libbsp/arm/arm_bare_bsp/startup
parent2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-94c2898085b3a93c40368d6db6b0adee0870d0af.tar.bz2
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* console/Makefile.am: Misc cleanups and fixes. * irq/Makefile.am: Misc cleanups and fixes. * start/Makefile.am: Misc cleanups and fixes. * startup/Makefile.am: Misc cleanups and fixes. * wrapup/Makefile.am: Misc cleanups and fixes.
Diffstat (limited to 'c/src/lib/libbsp/arm/arm_bare_bsp/startup')
-rw-r--r--c/src/lib/libbsp/arm/arm_bare_bsp/startup/Makefile.am15
1 files changed, 6 insertions, 9 deletions
diff --git a/c/src/lib/libbsp/arm/arm_bare_bsp/startup/Makefile.am b/c/src/lib/libbsp/arm/arm_bare_bsp/startup/Makefile.am
index c7396b2bab..8819775124 100644
--- a/c/src/lib/libbsp/arm/arm_bare_bsp/startup/Makefile.am
+++ b/c/src/lib/libbsp/arm/arm_bare_bsp/startup/Makefile.am
@@ -23,17 +23,14 @@ include $(top_srcdir)/../../../../automake/lib.am
$(PGM): $(startup_rel_OBJECTS)
$(make-rel)
-bsplib_DATA = linkcmds
+project_lib_DATA = linkcmds
-$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
- $(INSTALL_DATA) $< $@
-
-TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
-
-all: $(startup_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES)
-
-.PRECIOUS: $(PGM)
+all-local: $(startup_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES)
EXTRA_DIST = linkcmds
+${PROJECT_RELEASE}/lib/linkcmds: linkcmds ${PROJECT_RELEASE}/lib/$(dirstamp)
+ $(INSTALL_DATA) $< ${PROJECT_RELEASE}/lib/linkcmds
+TMPINSTALL_FILES += ${PROJECT_RELEASE}/lib/linkcmds
+
include $(top_srcdir)/../../../../automake/local.am