From 5ceaa08477fd795d5eff50c415cde39a465794fd Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Dec 2003 05:42:03 +0000 Subject: 2003-12-02 Ralf Corsepius * clock/Makefile.am: Remove all-local: $(ARCH). * console/Makefile.am: Remove all-local: $(ARCH). * start/Makefile.am: Remove all-local: $(ARCH). * startup/Makefile.am: Remove all-local: $(ARCH). * timer/Makefile.am: Remove all-local: $(ARCH). * wrapup/Makefile.am: Remove all-local: $(ARCH). --- c/src/lib/libbsp/arm/armulator/ChangeLog | 9 +++++++++ c/src/lib/libbsp/arm/armulator/clock/Makefile.am | 2 +- c/src/lib/libbsp/arm/armulator/console/Makefile.am | 2 +- c/src/lib/libbsp/arm/armulator/start/Makefile.am | 2 +- c/src/lib/libbsp/arm/armulator/startup/Makefile.am | 2 +- c/src/lib/libbsp/arm/armulator/timer/Makefile.am | 2 +- c/src/lib/libbsp/arm/armulator/wrapup/Makefile.am | 2 +- 7 files changed, 15 insertions(+), 6 deletions(-) (limited to 'c/src/lib/libbsp/arm/armulator') diff --git a/c/src/lib/libbsp/arm/armulator/ChangeLog b/c/src/lib/libbsp/arm/armulator/ChangeLog index a08b795829..2deb64cbf1 100644 --- a/c/src/lib/libbsp/arm/armulator/ChangeLog +++ b/c/src/lib/libbsp/arm/armulator/ChangeLog @@ -1,3 +1,12 @@ +2003-12-02 Ralf Corsepius + + * clock/Makefile.am: Remove all-local: $(ARCH). + * console/Makefile.am: Remove all-local: $(ARCH). + * start/Makefile.am: Remove all-local: $(ARCH). + * startup/Makefile.am: Remove all-local: $(ARCH). + * timer/Makefile.am: Remove all-local: $(ARCH). + * wrapup/Makefile.am: Remove all-local: $(ARCH). + 2003-09-29 Ralf Corsepius * Makefile.am: Merge-in include/Makefile.am. diff --git a/c/src/lib/libbsp/arm/armulator/clock/Makefile.am b/c/src/lib/libbsp/arm/armulator/clock/Makefile.am index 035ea2752b..c01b48d7de 100644 --- a/c/src/lib/libbsp/arm/armulator/clock/Makefile.am +++ b/c/src/lib/libbsp/arm/armulator/clock/Makefile.am @@ -22,7 +22,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all-local: $(ARCH) $(OBJS) $(PGM) +all-local: $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/arm/armulator/console/Makefile.am b/c/src/lib/libbsp/arm/armulator/console/Makefile.am index 2dddf51447..c4784cad27 100644 --- a/c/src/lib/libbsp/arm/armulator/console/Makefile.am +++ b/c/src/lib/libbsp/arm/armulator/console/Makefile.am @@ -24,7 +24,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all-local: $(ARCH) $(OBJS) $(PGM) +all-local: $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/arm/armulator/start/Makefile.am b/c/src/lib/libbsp/arm/armulator/start/Makefile.am index 1472d644bb..51d697ffb1 100644 --- a/c/src/lib/libbsp/arm/armulator/start/Makefile.am +++ b/c/src/lib/libbsp/arm/armulator/start/Makefile.am @@ -31,7 +31,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start.$(OBJEXT) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT) -all-local: $(ARCH) $(OBJS) $(ARCH)/start.$(OBJEXT) $(TMPINSTALL_FILES) +all-local: $(OBJS) $(ARCH)/start.$(OBJEXT) $(TMPINSTALL_FILES) .PRECIOUS: $(ARCH)/start.$(OBJEXT) diff --git a/c/src/lib/libbsp/arm/armulator/startup/Makefile.am b/c/src/lib/libbsp/arm/armulator/startup/Makefile.am index 901dcc9c41..81aef0b8e7 100644 --- a/c/src/lib/libbsp/arm/armulator/startup/Makefile.am +++ b/c/src/lib/libbsp/arm/armulator/startup/Makefile.am @@ -42,7 +42,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/arm/armulator/timer/Makefile.am b/c/src/lib/libbsp/arm/armulator/timer/Makefile.am index 33644f7bde..c247d386bb 100644 --- a/c/src/lib/libbsp/arm/armulator/timer/Makefile.am +++ b/c/src/lib/libbsp/arm/armulator/timer/Makefile.am @@ -24,7 +24,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all-local: $(ARCH) $(OBJS) $(PGM) +all-local: $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/arm/armulator/wrapup/Makefile.am b/c/src/lib/libbsp/arm/armulator/wrapup/Makefile.am index 7fb69cf7c4..dd3638ce32 100644 --- a/c/src/lib/libbsp/arm/armulator/wrapup/Makefile.am +++ b/c/src/lib/libbsp/arm/armulator/wrapup/Makefile.am @@ -21,6 +21,6 @@ LIB = $(ARCH)/libbsp.a $(LIB): ${OBJS} $(make-library) -all-local: ${ARCH} $(LIB) +all-local: $(LIB) include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3