mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 12:34:47 +00:00
2002-11-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Remove rel rule.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user