summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--automake/compile.am5
2 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 8783a0037e..85daeb70e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * automake/compile.am: Remove rel rule.
+
2002-11-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bootstrap: Allow autoconf > 2.52, automake > 1.6.
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