summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/helas403/dlentry/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-22 16:09:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-22 16:09:26 +0000
commitd48576d81b3a03ec88adb4d886f6232973177a57 (patch)
tree17dfbee76ad6d4dba3e6c78eb6b249f0120980ab /c/src/lib/libbsp/powerpc/helas403/dlentry/Makefile.am
parent2003-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d48576d81b3a03ec88adb4d886f6232973177a57.tar.bz2
2003-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* dlentry/Makefile.am: Eliminate VPATH. * flashentry/Makefile.am: Eliminate VPATH. * startup/Makefile.am: Eliminate VPATH.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/helas403/dlentry/Makefile.am')
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/dlentry/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/helas403/dlentry/Makefile.am b/c/src/lib/libbsp/powerpc/helas403/dlentry/Makefile.am
index d6280d9825..3e8d1ce7db 100644
--- a/c/src/lib/libbsp/powerpc/helas403/dlentry/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/helas403/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)