From 770721817b2f86fa4149ffab44ef008d34343aec Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Dec 2003 05:07:53 +0000 Subject: 2003-12-02 Ralf Corsepius * mpc505/ictrl/Makefile.am: Remove all-local: $(ARCH). * mpc505/timer/Makefile.am: Remove all-local: $(ARCH). * mpc505/vectors/Makefile.am: Remove all-local: $(ARCH). * mpc6xx/clock/Makefile.am: Remove all-local: $(ARCH). * mpc6xx/exceptions/Makefile.am: Remove all-local: $(ARCH). * mpc6xx/mmu/Makefile.am: Remove all-local: $(ARCH). * mpc6xx/timer/Makefile.am: Remove all-local: $(ARCH). * mpc6xx/wrapup/Makefile.am: Remove all-local: $(ARCH). * mpc8260/clock/Makefile.am: Remove all-local: $(ARCH). * mpc8260/console-generic/Makefile.am: Remove all-local: $(ARCH). * mpc8260/cpm/Makefile.am: Remove all-local: $(ARCH). * mpc8260/exceptions/Makefile.am: Remove all-local: $(ARCH). * mpc8260/mmu/Makefile.am: Remove all-local: $(ARCH). * mpc8260/timer/Makefile.am: Remove all-local: $(ARCH). * mpc8xx/clock/Makefile.am: Remove all-local: $(ARCH). * mpc8xx/console-generic/Makefile.am: Remove all-local: $(ARCH). * mpc8xx/cpm/Makefile.am: Remove all-local: $(ARCH). * mpc8xx/exceptions/Makefile.am: Remove all-local: $(ARCH). * mpc8xx/mmu/Makefile.am: Remove all-local: $(ARCH). * mpc8xx/timer/Makefile.am: Remove all-local: $(ARCH). * ppc403/clock/Makefile.am: Remove all-local: $(ARCH). * ppc403/console/Makefile.am: Remove all-local: $(ARCH). * ppc403/ictrl/Makefile.am: Remove all-local: $(ARCH). * ppc403/timer/Makefile.am: Remove all-local: $(ARCH). * ppc403/tty_drv/Makefile.am: Remove all-local: $(ARCH). * ppc403/vectors/Makefile.am: Remove all-local: $(ARCH). * shared/include/Makefile.am: Remove all-local: $(ARCH). * shared/src/Makefile.am: Remove all-local: $(ARCH). * wrapup/Makefile.am: Remove all-local: $(ARCH). --- c/src/lib/libcpu/powerpc/ChangeLog | 32 ++++++++++++++++++++++ c/src/lib/libcpu/powerpc/mpc505/ictrl/Makefile.am | 2 +- c/src/lib/libcpu/powerpc/mpc505/timer/Makefile.am | 2 +- .../lib/libcpu/powerpc/mpc505/vectors/Makefile.am | 2 +- c/src/lib/libcpu/powerpc/mpc6xx/clock/Makefile.am | 2 +- .../libcpu/powerpc/mpc6xx/exceptions/Makefile.am | 2 +- c/src/lib/libcpu/powerpc/mpc6xx/mmu/Makefile.am | 2 +- c/src/lib/libcpu/powerpc/mpc6xx/timer/Makefile.am | 2 +- c/src/lib/libcpu/powerpc/mpc6xx/wrapup/Makefile.am | 2 +- c/src/lib/libcpu/powerpc/mpc8260/clock/Makefile.am | 2 +- .../powerpc/mpc8260/console-generic/Makefile.am | 2 +- c/src/lib/libcpu/powerpc/mpc8260/cpm/Makefile.am | 2 +- .../libcpu/powerpc/mpc8260/exceptions/Makefile.am | 2 +- c/src/lib/libcpu/powerpc/mpc8260/mmu/Makefile.am | 2 +- c/src/lib/libcpu/powerpc/mpc8260/timer/Makefile.am | 2 +- c/src/lib/libcpu/powerpc/mpc8xx/clock/Makefile.am | 2 +- .../powerpc/mpc8xx/console-generic/Makefile.am | 2 +- c/src/lib/libcpu/powerpc/mpc8xx/cpm/Makefile.am | 2 +- .../libcpu/powerpc/mpc8xx/exceptions/Makefile.am | 2 +- c/src/lib/libcpu/powerpc/mpc8xx/mmu/Makefile.am | 2 +- c/src/lib/libcpu/powerpc/mpc8xx/timer/Makefile.am | 2 +- c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.am | 2 +- .../lib/libcpu/powerpc/ppc403/console/Makefile.am | 2 +- c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.am | 2 +- c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.am | 2 +- .../lib/libcpu/powerpc/ppc403/tty_drv/Makefile.am | 2 +- .../lib/libcpu/powerpc/ppc403/vectors/Makefile.am | 2 +- .../lib/libcpu/powerpc/shared/include/Makefile.am | 2 +- c/src/lib/libcpu/powerpc/shared/src/Makefile.am | 2 +- c/src/lib/libcpu/powerpc/wrapup/Makefile.am | 2 +- 30 files changed, 61 insertions(+), 29 deletions(-) (limited to 'c/src/lib') diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog index 84dcad0711..75c4c96ac7 100644 --- a/c/src/lib/libcpu/powerpc/ChangeLog +++ b/c/src/lib/libcpu/powerpc/ChangeLog @@ -1,3 +1,35 @@ +2003-12-02 Ralf Corsepius + + * mpc505/ictrl/Makefile.am: Remove all-local: $(ARCH). + * mpc505/timer/Makefile.am: Remove all-local: $(ARCH). + * mpc505/vectors/Makefile.am: Remove all-local: $(ARCH). + * mpc6xx/clock/Makefile.am: Remove all-local: $(ARCH). + * mpc6xx/exceptions/Makefile.am: Remove all-local: $(ARCH). + * mpc6xx/mmu/Makefile.am: Remove all-local: $(ARCH). + * mpc6xx/timer/Makefile.am: Remove all-local: $(ARCH). + * mpc6xx/wrapup/Makefile.am: Remove all-local: $(ARCH). + * mpc8260/clock/Makefile.am: Remove all-local: $(ARCH). + * mpc8260/console-generic/Makefile.am: Remove all-local: $(ARCH). + * mpc8260/cpm/Makefile.am: Remove all-local: $(ARCH). + * mpc8260/exceptions/Makefile.am: Remove all-local: $(ARCH). + * mpc8260/mmu/Makefile.am: Remove all-local: $(ARCH). + * mpc8260/timer/Makefile.am: Remove all-local: $(ARCH). + * mpc8xx/clock/Makefile.am: Remove all-local: $(ARCH). + * mpc8xx/console-generic/Makefile.am: Remove all-local: $(ARCH). + * mpc8xx/cpm/Makefile.am: Remove all-local: $(ARCH). + * mpc8xx/exceptions/Makefile.am: Remove all-local: $(ARCH). + * mpc8xx/mmu/Makefile.am: Remove all-local: $(ARCH). + * mpc8xx/timer/Makefile.am: Remove all-local: $(ARCH). + * ppc403/clock/Makefile.am: Remove all-local: $(ARCH). + * ppc403/console/Makefile.am: Remove all-local: $(ARCH). + * ppc403/ictrl/Makefile.am: Remove all-local: $(ARCH). + * ppc403/timer/Makefile.am: Remove all-local: $(ARCH). + * ppc403/tty_drv/Makefile.am: Remove all-local: $(ARCH). + * ppc403/vectors/Makefile.am: Remove all-local: $(ARCH). + * shared/include/Makefile.am: Remove all-local: $(ARCH). + * shared/src/Makefile.am: Remove all-local: $(ARCH). + * wrapup/Makefile.am: Remove all-local: $(ARCH). + 2003-12-01 Ralf Corsepius * Makefile.am: Reformat. Use dirstamp for preinstallation. diff --git a/c/src/lib/libcpu/powerpc/mpc505/ictrl/Makefile.am b/c/src/lib/libcpu/powerpc/mpc505/ictrl/Makefile.am index 13ec3b171a..699078d22b 100644 --- a/c/src/lib/libcpu/powerpc/mpc505/ictrl/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc505/ictrl/Makefile.am @@ -20,7 +20,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(ictrl_rel_OBJECTS) $(make-rel) -all-local: $(ARCH) $(ictrl_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ictrl_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/mpc505/timer/Makefile.am b/c/src/lib/libcpu/powerpc/mpc505/timer/Makefile.am index ece1756432..1aa152675d 100644 --- a/c/src/lib/libcpu/powerpc/mpc505/timer/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc505/timer/Makefile.am @@ -18,7 +18,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(timer_rel_OBJECTS) $(make-rel) -all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM) +all-local: $(timer_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/mpc505/vectors/Makefile.am b/c/src/lib/libcpu/powerpc/mpc505/vectors/Makefile.am index 4f50a56ff0..10c36ba3da 100644 --- a/c/src/lib/libcpu/powerpc/mpc505/vectors/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc505/vectors/Makefile.am @@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(vectors_rel_OBJECTS) $(make-rel) -all-local: ${ARCH} $(PGM) +all-local: $(PGM) EXTRA_DIST = vectors.S diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/clock/Makefile.am b/c/src/lib/libcpu/powerpc/mpc6xx/clock/Makefile.am index 9138c3f868..10efab0c10 100644 --- a/c/src/lib/libcpu/powerpc/mpc6xx/clock/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc6xx/clock/Makefile.am @@ -17,7 +17,7 @@ include $(top_srcdir)/../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -all-local: $(ARCH) $(PREINSTALL_FILES) $(c_clock_rel_OBJECTS) +all-local: $(PREINSTALL_FILES) $(c_clock_rel_OBJECTS) EXTRA_DIST = c_clock.c c_clock.h diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/Makefile.am b/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/Makefile.am index 8d86613a18..feab94d571 100644 --- a/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/Makefile.am @@ -25,7 +25,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(exceptions_rel_OBJECTS) $(make-rel) -all-local: $(ARCH) $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM) +all-local: $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/Makefile.am b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/Makefile.am index 20b2ff0c4c..d0b5968a6e 100644 --- a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/Makefile.am @@ -25,7 +25,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(mmu_rel_OBJECTS) $(make-rel) -all-local: $(ARCH) $(PREINSTALL_FILES) $(mmu_rel_OBJECTS) $(PGM) +all-local: $(PREINSTALL_FILES) $(mmu_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/timer/Makefile.am b/c/src/lib/libcpu/powerpc/mpc6xx/timer/Makefile.am index ece1756432..1aa152675d 100644 --- a/c/src/lib/libcpu/powerpc/mpc6xx/timer/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc6xx/timer/Makefile.am @@ -18,7 +18,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(timer_rel_OBJECTS) $(make-rel) -all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM) +all-local: $(timer_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/wrapup/Makefile.am b/c/src/lib/libcpu/powerpc/mpc6xx/wrapup/Makefile.am index 010d5f65a7..9d6519d06a 100644 --- a/c/src/lib/libcpu/powerpc/mpc6xx/wrapup/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc6xx/wrapup/Makefile.am @@ -24,6 +24,6 @@ $(LIB): ${OBJS} $(make-library) cp $(LIB) .. -all-local: ${ARCH} $(LIB) +all-local: $(LIB) include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/lib/libcpu/powerpc/mpc8260/clock/Makefile.am b/c/src/lib/libcpu/powerpc/mpc8260/clock/Makefile.am index 1a849a2266..7546da1651 100644 --- a/c/src/lib/libcpu/powerpc/mpc8260/clock/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc8260/clock/Makefile.am @@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(clock_rel_OBJECTS) $(make-rel) -all-local: ${ARCH} $(PGM) +all-local: $(PGM) EXTRA_DIST = $(C_FILES) diff --git a/c/src/lib/libcpu/powerpc/mpc8260/console-generic/Makefile.am b/c/src/lib/libcpu/powerpc/mpc8260/console-generic/Makefile.am index 50eb2730fc..2d59191662 100644 --- a/c/src/lib/libcpu/powerpc/mpc8260/console-generic/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc8260/console-generic/Makefile.am @@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(console_generic_rel_OBJECTS) $(make-rel) -all-local: ${ARCH} $(PGM) +all-local: $(PGM) EXTRA_DIST = $(C_FILES) diff --git a/c/src/lib/libcpu/powerpc/mpc8260/cpm/Makefile.am b/c/src/lib/libcpu/powerpc/mpc8260/cpm/Makefile.am index ade61e109a..16a8da94a1 100644 --- a/c/src/lib/libcpu/powerpc/mpc8260/cpm/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc8260/cpm/Makefile.am @@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(cpm_rel_OBJECTS) $(make-rel) -all-local: ${ARCH} $(PGM) +all-local: $(PGM) EXTRA_DIST = $(C_FILES) diff --git a/c/src/lib/libcpu/powerpc/mpc8260/exceptions/Makefile.am b/c/src/lib/libcpu/powerpc/mpc8260/exceptions/Makefile.am index f89204edd7..6338023685 100644 --- a/c/src/lib/libcpu/powerpc/mpc8260/exceptions/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc8260/exceptions/Makefile.am @@ -24,7 +24,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(exceptions_rel_OBJECTS) $(make-rel) -all-local: $(ARCH) $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM) +all-local: $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/mpc8260/mmu/Makefile.am b/c/src/lib/libcpu/powerpc/mpc8260/mmu/Makefile.am index 675da4a183..ce99af3358 100644 --- a/c/src/lib/libcpu/powerpc/mpc8260/mmu/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc8260/mmu/Makefile.am @@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(clock_rel_OBJECTS) $(make-rel) -all-local: ${ARCH} $(PGM) +all-local: $(PGM) EXTRA_DIST = $(C_FILES) diff --git a/c/src/lib/libcpu/powerpc/mpc8260/timer/Makefile.am b/c/src/lib/libcpu/powerpc/mpc8260/timer/Makefile.am index 3d413c3575..a7d562c8c9 100644 --- a/c/src/lib/libcpu/powerpc/mpc8260/timer/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc8260/timer/Makefile.am @@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(timer_rel_OBJECTS) $(make-rel) -all-local: ${ARCH} $(PGM) +all-local: $(PGM) EXTRA_DIST = $(C_FILES) diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/clock/Makefile.am b/c/src/lib/libcpu/powerpc/mpc8xx/clock/Makefile.am index 1a849a2266..7546da1651 100644 --- a/c/src/lib/libcpu/powerpc/mpc8xx/clock/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc8xx/clock/Makefile.am @@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(clock_rel_OBJECTS) $(make-rel) -all-local: ${ARCH} $(PGM) +all-local: $(PGM) EXTRA_DIST = $(C_FILES) diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/console-generic/Makefile.am b/c/src/lib/libcpu/powerpc/mpc8xx/console-generic/Makefile.am index 50eb2730fc..2d59191662 100644 --- a/c/src/lib/libcpu/powerpc/mpc8xx/console-generic/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc8xx/console-generic/Makefile.am @@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(console_generic_rel_OBJECTS) $(make-rel) -all-local: ${ARCH} $(PGM) +all-local: $(PGM) EXTRA_DIST = $(C_FILES) diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/cpm/Makefile.am b/c/src/lib/libcpu/powerpc/mpc8xx/cpm/Makefile.am index b3e58a6ca1..ba671d0aed 100644 --- a/c/src/lib/libcpu/powerpc/mpc8xx/cpm/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc8xx/cpm/Makefile.am @@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(clock_rel_OBJECTS) $(make-rel) -all-local: ${ARCH} $(PGM) +all-local: $(PGM) EXTRA_DIST = $(C_FILES) diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/Makefile.am b/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/Makefile.am index f89204edd7..6338023685 100644 --- a/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/Makefile.am @@ -24,7 +24,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(exceptions_rel_OBJECTS) $(make-rel) -all-local: $(ARCH) $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM) +all-local: $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/mmu/Makefile.am b/c/src/lib/libcpu/powerpc/mpc8xx/mmu/Makefile.am index 675da4a183..ce99af3358 100644 --- a/c/src/lib/libcpu/powerpc/mpc8xx/mmu/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc8xx/mmu/Makefile.am @@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(clock_rel_OBJECTS) $(make-rel) -all-local: ${ARCH} $(PGM) +all-local: $(PGM) EXTRA_DIST = $(C_FILES) diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/timer/Makefile.am b/c/src/lib/libcpu/powerpc/mpc8xx/timer/Makefile.am index 3d413c3575..a7d562c8c9 100644 --- a/c/src/lib/libcpu/powerpc/mpc8xx/timer/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc8xx/timer/Makefile.am @@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(timer_rel_OBJECTS) $(make-rel) -all-local: ${ARCH} $(PGM) +all-local: $(PGM) EXTRA_DIST = $(C_FILES) diff --git a/c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.am b/c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.am index c756e7051d..782163209d 100644 --- a/c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.am +++ b/c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.am @@ -18,7 +18,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(clock_rel_OBJECTS) $(make-rel) -all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM) +all-local: $(clock_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/ppc403/console/Makefile.am b/c/src/lib/libcpu/powerpc/ppc403/console/Makefile.am index 428b1e8700..9fedef0f85 100644 --- a/c/src/lib/libcpu/powerpc/ppc403/console/Makefile.am +++ b/c/src/lib/libcpu/powerpc/ppc403/console/Makefile.am @@ -23,7 +23,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(console_rel_OBJECTS) $(make-rel) -all-local: $(ARCH) $(console_rel_OBJECTS) $(PGM) +all-local: $(console_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.am b/c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.am index 13ec3b171a..699078d22b 100644 --- a/c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.am +++ b/c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.am @@ -20,7 +20,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(ictrl_rel_OBJECTS) $(make-rel) -all-local: $(ARCH) $(ictrl_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ictrl_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.am b/c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.am index ece1756432..1aa152675d 100644 --- a/c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.am +++ b/c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.am @@ -18,7 +18,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(timer_rel_OBJECTS) $(make-rel) -all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM) +all-local: $(timer_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/ppc403/tty_drv/Makefile.am b/c/src/lib/libcpu/powerpc/ppc403/tty_drv/Makefile.am index 86f3d2802b..c90880570d 100644 --- a/c/src/lib/libcpu/powerpc/ppc403/tty_drv/Makefile.am +++ b/c/src/lib/libcpu/powerpc/ppc403/tty_drv/Makefile.am @@ -20,7 +20,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(tty_drv_rel_OBJECTS) $(make-rel) -all-local: $(ARCH) $(tty_drv_rel_OBJECTS) $(PGM) +all-local: $(tty_drv_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/ppc403/vectors/Makefile.am b/c/src/lib/libcpu/powerpc/ppc403/vectors/Makefile.am index 53485216b8..cc37d04e38 100644 --- a/c/src/lib/libcpu/powerpc/ppc403/vectors/Makefile.am +++ b/c/src/lib/libcpu/powerpc/ppc403/vectors/Makefile.am @@ -19,7 +19,7 @@ include $(top_srcdir)/../../../automake/lib.am $(PGM): $(vectors_rel_OBJECTS) $(make-rel) -all-local: ${ARCH} $(PGM) +all-local: $(PGM) EXTRA_DIST = $(S_FILES) README diff --git a/c/src/lib/libcpu/powerpc/shared/include/Makefile.am b/c/src/lib/libcpu/powerpc/shared/include/Makefile.am index edcfc8150f..06acd3a47b 100644 --- a/c/src/lib/libcpu/powerpc/shared/include/Makefile.am +++ b/c/src/lib/libcpu/powerpc/shared/include/Makefile.am @@ -24,7 +24,7 @@ LIB = $(ARCH)/libcpuspec.a $(LIB): $(OBJS) $(make-library) -all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) +all-local: $(PREINSTALL_FILES) $(OBJS) $(LIB) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libcpu/powerpc/shared/src/Makefile.am b/c/src/lib/libcpu/powerpc/shared/src/Makefile.am index cf52541861..4f21aa4ab4 100644 --- a/c/src/lib/libcpu/powerpc/shared/src/Makefile.am +++ b/c/src/lib/libcpu/powerpc/shared/src/Makefile.am @@ -21,7 +21,7 @@ AM_CPPFLAGS += -I$(srcdir) cache.h: $(top_srcdir)/../shared/include/cache.h cp $< $@ -all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) +all-local: $(PREINSTALL_FILES) $(OBJS) CLEANFILES = cache.h diff --git a/c/src/lib/libcpu/powerpc/wrapup/Makefile.am b/c/src/lib/libcpu/powerpc/wrapup/Makefile.am index 74cc585bc1..dc759bef7d 100644 --- a/c/src/lib/libcpu/powerpc/wrapup/Makefile.am +++ b/c/src/lib/libcpu/powerpc/wrapup/Makefile.am @@ -29,6 +29,6 @@ $(LIB): $(libcpu_a_OBJECTS) # #TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libcpu$(LIB_VARIANT).a -all-local: ${ARCH} $(LIB) $(TMPINSTALL_FILES) +all-local: $(LIB) $(TMPINSTALL_FILES) include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3