From 7416017d514303d98261a760997da886eff27eca Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Dec 2003 05:39:54 +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). * wrapup/Makefile.am: Remove all-local: $(ARCH). --- c/src/lib/libbsp/h8300/h8sim/ChangeLog | 8 ++++++++ c/src/lib/libbsp/h8300/h8sim/clock/Makefile.am | 2 +- c/src/lib/libbsp/h8300/h8sim/console/Makefile.am | 2 +- c/src/lib/libbsp/h8300/h8sim/start/Makefile.am | 2 +- c/src/lib/libbsp/h8300/h8sim/startup/Makefile.am | 2 +- c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) (limited to 'c') diff --git a/c/src/lib/libbsp/h8300/h8sim/ChangeLog b/c/src/lib/libbsp/h8300/h8sim/ChangeLog index e357ff17b9..9645d351b0 100644 --- a/c/src/lib/libbsp/h8300/h8sim/ChangeLog +++ b/c/src/lib/libbsp/h8300/h8sim/ChangeLog @@ -1,3 +1,11 @@ +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). + * 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/h8300/h8sim/clock/Makefile.am b/c/src/lib/libbsp/h8300/h8sim/clock/Makefile.am index cec29bbeba..1f2e29dea2 100644 --- a/c/src/lib/libbsp/h8300/h8sim/clock/Makefile.am +++ b/c/src/lib/libbsp/h8300/h8sim/clock/Makefile.am @@ -17,7 +17,7 @@ include $(top_srcdir)/../../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -all-local: $(ARCH) $(OBJS) +all-local: $(OBJS) .PRECIOUS: diff --git a/c/src/lib/libbsp/h8300/h8sim/console/Makefile.am b/c/src/lib/libbsp/h8300/h8sim/console/Makefile.am index ee82b50017..a3e88e1cfd 100644 --- a/c/src/lib/libbsp/h8300/h8sim/console/Makefile.am +++ b/c/src/lib/libbsp/h8300/h8sim/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/h8300/h8sim/start/Makefile.am b/c/src/lib/libbsp/h8300/h8sim/start/Makefile.am index 17f821fb26..9641f42059 100644 --- a/c/src/lib/libbsp/h8300/h8sim/start/Makefile.am +++ b/c/src/lib/libbsp/h8300/h8sim/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/h8300/h8sim/startup/Makefile.am b/c/src/lib/libbsp/h8300/h8sim/startup/Makefile.am index 099eb896ab..f96733047f 100644 --- a/c/src/lib/libbsp/h8300/h8sim/startup/Makefile.am +++ b/c/src/lib/libbsp/h8300/h8sim/startup/Makefile.am @@ -31,7 +31,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/h8300/h8sim/wrapup/Makefile.am b/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am index 466a89cd07..7b639ba114 100644 --- a/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am +++ b/c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am @@ -20,6 +20,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