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-22 16:09:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-22 16:09:23 +0000
commitd0e77c77c6320207e31807939560568d7d583392 (patch)
tree2b7eb2a97dc51361b77c6b0e95ca054e32dca584 /c/src/lib/libbsp/powerpc/gen405/dlentry/Makefile.am
parent2003-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d0e77c77c6320207e31807939560568d7d583392.tar.bz2
2003-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* dlentry/Makefile.am: Eliminate VPATH. * startup/Makefile.am: Eliminate VPATH.
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 d6280d9825..3e8d1ce7db 100644
--- a/c/src/lib/libbsp/powerpc/gen405/dlentry/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/gen405/dlentry/Makefile.am
@@ -21,7 +21,7 @@ $(PGM): $(OBJS)
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
-all-local: $(OBJS) $(PGM)
+all-local: $(PGM)
.PRECIOUS: $(PGM)