From fe7a377edf1644c837bb5c6cb9dbc48e41d34a99 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Dec 2003 05:07:59 +0000 Subject: 2003-12-02 Ralf Corsepius * cache/Makefile.am: Remove all-local: $(ARCH). * reg_win/Makefile.am: Remove all-local: $(ARCH). * syscall/Makefile.am: Remove all-local: $(ARCH). --- c/src/lib/libcpu/sparc/syscall/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libcpu/sparc/syscall/Makefile.am') diff --git a/c/src/lib/libcpu/sparc/syscall/Makefile.am b/c/src/lib/libcpu/sparc/syscall/Makefile.am index 93acd47479..8c2a1ae4cb 100644 --- a/c/src/lib/libcpu/sparc/syscall/Makefile.am +++ b/c/src/lib/libcpu/sparc/syscall/Makefile.am @@ -24,7 +24,7 @@ $(PGM): $(syscall_rel_OBJECTS) # the .rel file built here will be put into libbsp.a by # libbsp/sparc/BSP/wrapup/Makefile -all-local: $(ARCH) $(syscall_rel_OBJECTS) $(PGM) +all-local: $(syscall_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) -- cgit v1.2.3