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/c4x/c4xsim/ChangeLog | 9 +++++++++ c/src/lib/libbsp/c4x/c4xsim/clock/Makefile.am | 2 +- c/src/lib/libbsp/c4x/c4xsim/console/Makefile.am | 2 +- c/src/lib/libbsp/c4x/c4xsim/start/Makefile.am | 2 +- c/src/lib/libbsp/c4x/c4xsim/startup/Makefile.am | 2 +- c/src/lib/libbsp/c4x/c4xsim/timer/Makefile.am | 2 +- c/src/lib/libbsp/c4x/c4xsim/wrapup/Makefile.am | 2 +- 7 files changed, 15 insertions(+), 6 deletions(-) (limited to 'c/src/lib/libbsp/c4x') diff --git a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog index 1c016f0438..3622a7704a 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog +++ b/c/src/lib/libbsp/c4x/c4xsim/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/c4x/c4xsim/clock/Makefile.am b/c/src/lib/libbsp/c4x/c4xsim/clock/Makefile.am index 61b4d1f750..31a73a7200 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/clock/Makefile.am +++ b/c/src/lib/libbsp/c4x/c4xsim/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/c4x/c4xsim/console/Makefile.am b/c/src/lib/libbsp/c4x/c4xsim/console/Makefile.am index a86bce8486..d8637a139a 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/console/Makefile.am +++ b/c/src/lib/libbsp/c4x/c4xsim/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/c4x/c4xsim/start/Makefile.am b/c/src/lib/libbsp/c4x/c4xsim/start/Makefile.am index 17f821fb26..9641f42059 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/start/Makefile.am +++ b/c/src/lib/libbsp/c4x/c4xsim/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/c4x/c4xsim/startup/Makefile.am b/c/src/lib/libbsp/c4x/c4xsim/startup/Makefile.am index c1c0c08bdc..3e4b21ebc8 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/startup/Makefile.am +++ b/c/src/lib/libbsp/c4x/c4xsim/startup/Makefile.am @@ -31,7 +31,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds 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/c4x/c4xsim/timer/Makefile.am b/c/src/lib/libbsp/c4x/c4xsim/timer/Makefile.am index 851b24af48..607ab5a1f9 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/timer/Makefile.am +++ b/c/src/lib/libbsp/c4x/c4xsim/timer/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/c4x/c4xsim/wrapup/Makefile.am b/c/src/lib/libbsp/c4x/c4xsim/wrapup/Makefile.am index cb079ac110..cacb45f454 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/wrapup/Makefile.am +++ b/c/src/lib/libbsp/c4x/c4xsim/wrapup/Makefile.am @@ -21,6 +21,6 @@ include $(top_srcdir)/../../../../automake/lib.am $(LIB): $(OBJS) $(make-library) -all-local: $(ARCH) $(LIB) +all-local: $(LIB) include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3