summaryrefslogtreecommitdiffstats
path: root/automake
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-11-08 17:58:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-11-08 17:58:26 +0000
commita9f1a11ce2fe788244bed9c9f295b32bc568d5d6 (patch)
treed632d8c95399b7c2c963b9729716e742f0d27fe1 /automake
parent2002-11-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a9f1a11ce2fe788244bed9c9f295b32bc568d5d6.tar.bz2
2002-11-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Remove rel rule.
Diffstat (limited to 'automake')
-rw-r--r--automake/compile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/automake/compile.am b/automake/compile.am
index 0248c2f2e5..7fa6218f4d 100644
--- a/automake/compile.am
+++ b/automake/compile.am
@@ -130,11 +130,6 @@ ${ARCH}/%.o: %.S
test -d $(ARCH) || mkdir $(ARCH)
${ASCOMPILE} -DASM -o $@ -c $<
-# Make foo.rel from foo.o
-${ARCH}/%.rel: ${ARCH}/%.o
- test -d $(ARCH) || mkdir $(ARCH)
- ${make-rel}
-
# Dependency files for use by gmake
# NOTE: we don't put them into $(ARCH)
# so that 'make clean' doesn't blow it away