From 5b4fc84c2a90ed5d91d4b486e2c208796e87aef4 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Dec 2003 05:41:55 +0000 Subject: 2003-12-02 Ralf Corsepius * console/Makefile.am: Remove all-local: $(ARCH). * liblnk/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/mips64orion/p4000/console/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/mips64orion/p4000/console/Makefile.am') diff --git a/c/src/lib/libbsp/mips64orion/p4000/console/Makefile.am b/c/src/lib/libbsp/mips64orion/p4000/console/Makefile.am index c32303558a..979f5672ec 100644 --- a/c/src/lib/libbsp/mips64orion/p4000/console/Makefile.am +++ b/c/src/lib/libbsp/mips64orion/p4000/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) -- cgit v1.2.3