summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/efi332/console
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:41:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:41:06 +0000
commit13cc6be7dd5ccceecaa829cb3015d0a46a8ef1f0 (patch)
treef1a79345b5c0bd3cfef3eb30a774c7435069d5e1 /c/src/lib/libbsp/m68k/efi332/console
parent2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-13cc6be7dd5ccceecaa829cb3015d0a46a8ef1f0.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). * spurious/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/m68k/efi332/console')
-rw-r--r--c/src/lib/libbsp/m68k/efi332/console/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/efi332/console/Makefile.am b/c/src/lib/libbsp/m68k/efi332/console/Makefile.am
index 565ea8f38c..0d451d4e79 100644
--- a/c/src/lib/libbsp/m68k/efi332/console/Makefile.am
+++ b/c/src/lib/libbsp/m68k/efi332/console/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)