summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/armulator/clock
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:42:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:42:03 +0000
commit5ceaa08477fd795d5eff50c415cde39a465794fd (patch)
tree241635bc41f5d9b650d75683b1ae923936b26de3 /c/src/lib/libbsp/arm/armulator/clock
parent2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5ceaa08477fd795d5eff50c415cde39a465794fd.tar.bz2
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Remove all-local: $(ARCH). * console/Makefile.am: Remove all-local: $(ARCH). * start/Makefile.am: Remove all-local: $(ARCH). * startup/Makefile.am: Remove all-local: $(ARCH). * timer/Makefile.am: Remove all-local: $(ARCH). * wrapup/Makefile.am: Remove all-local: $(ARCH).
Diffstat (limited to 'c/src/lib/libbsp/arm/armulator/clock')
-rw-r--r--c/src/lib/libbsp/arm/armulator/clock/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/arm/armulator/clock/Makefile.am b/c/src/lib/libbsp/arm/armulator/clock/Makefile.am
index 035ea2752b..c01b48d7de 100644
--- a/c/src/lib/libbsp/arm/armulator/clock/Makefile.am
+++ b/c/src/lib/libbsp/arm/armulator/clock/Makefile.am
@@ -22,7 +22,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)