summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen405/dlentry/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:42:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:42:18 +0000
commit4a6794193598351593fd3cb9986b90d2913a47b5 (patch)
treee676d67e549cbcf79ad88e13aaa49e1d038d3be4 /c/src/lib/libbsp/powerpc/gen405/dlentry/Makefile.am
parent2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-4a6794193598351593fd3cb9986b90d2913a47b5.tar.bz2
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* dlentry/Makefile.am: Remove all-local: $(ARCH). * startup/Makefile.am: Remove all-local: $(ARCH). * wrapup/Makefile.am: Remove all-local: $(ARCH).
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/gen405/dlentry/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen405/dlentry/Makefile.am b/c/src/lib/libbsp/powerpc/gen405/dlentry/Makefile.am
index 6fb432f5fc..712cd8678f 100644
--- a/c/src/lib/libbsp/powerpc/gen405/dlentry/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/gen405/dlentry/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)