2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* cache/Makefile.am: Remove all-local: $(ARCH).
	* reg_win/Makefile.am: Remove all-local: $(ARCH).
	* syscall/Makefile.am: Remove all-local: $(ARCH).
This commit is contained in:
Ralf Corsepius
2003-12-02 05:07:59 +00:00
parent 770721817b
commit fe7a377edf
4 changed files with 9 additions and 3 deletions

View File

@@ -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)