From 8cff79fbb336b66cfc79301db9b596f7bef725c0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Dec 2003 05:39:23 +0000 Subject: 2003-12-02 Ralf Corsepius * clock/Makefile.am: Remove all-local: $(ARCH). * start/Makefile.am: Remove all-local: $(ARCH). * timer/Makefile.am: Remove all-local: $(ARCH). --- c/src/lib/libbsp/arm/arm_bare_bsp/ChangeLog | 6 ++++++ c/src/lib/libbsp/arm/arm_bare_bsp/clock/Makefile.am | 2 +- c/src/lib/libbsp/arm/arm_bare_bsp/start/Makefile.am | 2 +- c/src/lib/libbsp/arm/arm_bare_bsp/timer/Makefile.am | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libbsp/arm/arm_bare_bsp') diff --git a/c/src/lib/libbsp/arm/arm_bare_bsp/ChangeLog b/c/src/lib/libbsp/arm/arm_bare_bsp/ChangeLog index aa268bdc65..9b76dab1ff 100644 --- a/c/src/lib/libbsp/arm/arm_bare_bsp/ChangeLog +++ b/c/src/lib/libbsp/arm/arm_bare_bsp/ChangeLog @@ -1,3 +1,9 @@ +2003-12-02 Ralf Corsepius + + * clock/Makefile.am: Remove all-local: $(ARCH). + * start/Makefile.am: Remove all-local: $(ARCH). + * timer/Makefile.am: Remove all-local: $(ARCH). + 2003-09-29 Ralf Corsepius * Makefile.am: Remove refs to non-existing files include/bspio.h and diff --git a/c/src/lib/libbsp/arm/arm_bare_bsp/clock/Makefile.am b/c/src/lib/libbsp/arm/arm_bare_bsp/clock/Makefile.am index 035ea2752b..c01b48d7de 100644 --- a/c/src/lib/libbsp/arm/arm_bare_bsp/clock/Makefile.am +++ b/c/src/lib/libbsp/arm/arm_bare_bsp/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/arm_bare_bsp/start/Makefile.am b/c/src/lib/libbsp/arm/arm_bare_bsp/start/Makefile.am index 17f821fb26..9641f42059 100644 --- a/c/src/lib/libbsp/arm/arm_bare_bsp/start/Makefile.am +++ b/c/src/lib/libbsp/arm/arm_bare_bsp/start/Makefile.am @@ -23,7 +23,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/arm_bare_bsp/timer/Makefile.am b/c/src/lib/libbsp/arm/arm_bare_bsp/timer/Makefile.am index 33644f7bde..c247d386bb 100644 --- a/c/src/lib/libbsp/arm/arm_bare_bsp/timer/Makefile.am +++ b/c/src/lib/libbsp/arm/arm_bare_bsp/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) -- cgit v1.2.3