From 5b62726fdd419eca7bddbc9cdf5f93680a677389 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Dec 2003 05:39:32 +0000 Subject: 2003-12-02 Ralf Corsepius * clock/Makefile.am: Remove all-local: $(ARCH). * console/Makefile.am: Remove all-local: $(ARCH). * irq/Makefile.am: Remove all-local: $(ARCH). * network/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/edb7312/ChangeLog | 11 +++++++++++ c/src/lib/libbsp/arm/edb7312/clock/Makefile.am | 2 +- c/src/lib/libbsp/arm/edb7312/console/Makefile.am | 2 +- c/src/lib/libbsp/arm/edb7312/irq/Makefile.am | 2 +- c/src/lib/libbsp/arm/edb7312/network/Makefile.am | 2 +- c/src/lib/libbsp/arm/edb7312/start/Makefile.am | 2 +- c/src/lib/libbsp/arm/edb7312/startup/Makefile.am | 2 +- c/src/lib/libbsp/arm/edb7312/timer/Makefile.am | 2 +- c/src/lib/libbsp/arm/edb7312/wrapup/Makefile.am | 2 +- 9 files changed, 19 insertions(+), 8 deletions(-) (limited to 'c/src/lib/libbsp/arm/edb7312') diff --git a/c/src/lib/libbsp/arm/edb7312/ChangeLog b/c/src/lib/libbsp/arm/edb7312/ChangeLog index 6cae5c5c2d..2db6de54d1 100644 --- a/c/src/lib/libbsp/arm/edb7312/ChangeLog +++ b/c/src/lib/libbsp/arm/edb7312/ChangeLog @@ -1,3 +1,14 @@ +2003-12-02 Ralf Corsepius + + * clock/Makefile.am: Remove all-local: $(ARCH). + * console/Makefile.am: Remove all-local: $(ARCH). + * irq/Makefile.am: Remove all-local: $(ARCH). + * network/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/edb7312/clock/Makefile.am b/c/src/lib/libbsp/arm/edb7312/clock/Makefile.am index 4c831e7e05..15521e5f55 100644 --- a/c/src/lib/libbsp/arm/edb7312/clock/Makefile.am +++ b/c/src/lib/libbsp/arm/edb7312/clock/Makefile.am @@ -21,7 +21,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/edb7312/console/Makefile.am b/c/src/lib/libbsp/arm/edb7312/console/Makefile.am index 8a0465ca29..df357bb63d 100644 --- a/c/src/lib/libbsp/arm/edb7312/console/Makefile.am +++ b/c/src/lib/libbsp/arm/edb7312/console/Makefile.am @@ -25,7 +25,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/edb7312/irq/Makefile.am b/c/src/lib/libbsp/arm/edb7312/irq/Makefile.am index 820d1625bd..b54ddb4619 100644 --- a/c/src/lib/libbsp/arm/edb7312/irq/Makefile.am +++ b/c/src/lib/libbsp/arm/edb7312/irq/Makefile.am @@ -38,7 +38,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/edb7312/network/Makefile.am b/c/src/lib/libbsp/arm/edb7312/network/Makefile.am index 3bdf9253d0..cc19237e0c 100644 --- a/c/src/lib/libbsp/arm/edb7312/network/Makefile.am +++ b/c/src/lib/libbsp/arm/edb7312/network/Makefile.am @@ -34,7 +34,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile if HAS_NETWORKING -all-local: $(ARCH) $(OBJS) $(PGM) +all-local: $(OBJS) $(PGM) endif .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/arm/edb7312/start/Makefile.am b/c/src/lib/libbsp/arm/edb7312/start/Makefile.am index 49a82b43a8..b0dad9e6dc 100644 --- a/c/src/lib/libbsp/arm/edb7312/start/Makefile.am +++ b/c/src/lib/libbsp/arm/edb7312/start/Makefile.am @@ -25,7 +25,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/edb7312/startup/Makefile.am b/c/src/lib/libbsp/arm/edb7312/startup/Makefile.am index 1e37ee803c..961a2a5245 100644 --- a/c/src/lib/libbsp/arm/edb7312/startup/Makefile.am +++ b/c/src/lib/libbsp/arm/edb7312/startup/Makefile.am @@ -28,7 +28,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/edb7312/timer/Makefile.am b/c/src/lib/libbsp/arm/edb7312/timer/Makefile.am index f4b84f8b2e..4f99428ca4 100644 --- a/c/src/lib/libbsp/arm/edb7312/timer/Makefile.am +++ b/c/src/lib/libbsp/arm/edb7312/timer/Makefile.am @@ -23,7 +23,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/edb7312/wrapup/Makefile.am b/c/src/lib/libbsp/arm/edb7312/wrapup/Makefile.am index 94da460c6e..705aaa5cc9 100644 --- a/c/src/lib/libbsp/arm/edb7312/wrapup/Makefile.am +++ b/c/src/lib/libbsp/arm/edb7312/wrapup/Makefile.am @@ -25,6 +25,6 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all-local: ${ARCH} $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3