summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/ts_386ex/clock
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:40:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:40:53 +0000
commit70b42aea72d7a8cbfa98fe0fdb81fc062467bbf8 (patch)
treed1c241b482b140dbac1edee82774682738393835 /c/src/lib/libbsp/i386/ts_386ex/clock
parent2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-70b42aea72d7a8cbfa98fe0fdb81fc062467bbf8.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). * network/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/i386/ts_386ex/clock')
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/clock/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i386/ts_386ex/clock/Makefile.am b/c/src/lib/libbsp/i386/ts_386ex/clock/Makefile.am
index 8fb5ea6631..77fe009d17 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/clock/Makefile.am
+++ b/c/src/lib/libbsp/i386/ts_386ex/clock/Makefile.am
@@ -21,7 +21,7 @@ $(PGM): $(clock_rel_OBJECTS)
# the .rel file built here will be put into libbsp.a by
# ../wrapup/Makefile
-all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM)
+all-local: $(clock_rel_OBJECTS) $(PGM)
.PRECIOUS: $(PGM)