summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sparc/syscall/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:07:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:07:59 +0000
commitfe7a377edf1644c837bb5c6cb9dbc48e41d34a99 (patch)
treea54610dcbaea3f705fdd9dcc1dca9373ecd35bc6 /c/src/lib/libcpu/sparc/syscall/Makefile.am
parent2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-fe7a377edf1644c837bb5c6cb9dbc48e41d34a99.tar.bz2
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).
Diffstat (limited to 'c/src/lib/libcpu/sparc/syscall/Makefile.am')
-rw-r--r--c/src/lib/libcpu/sparc/syscall/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)