2002-11-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* automake/compile.am: Remove rel rule.
This commit is contained in:
Ralf Corsepius
2002-11-08 17:58:26 +00:00
parent c34635be66
commit a9f1a11ce2
2 changed files with 4 additions and 5 deletions

View File

@@ -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