summaryrefslogtreecommitdiffstats
path: root/automake/compile.am
diff options
context:
space:
mode:
Diffstat (limited to 'automake/compile.am')
-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