summaryrefslogtreecommitdiffstats
path: root/automake
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-21 13:40:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-21 13:40:05 +0000
commit16735cab84323bdeec8b2cca5c4873acec72c39c (patch)
tree75276df200e6a1c14bf44770044b1e804684c02c /automake
parent2003-01-20 Duane Gustavus <duane@unt.edu> (diff)
downloadrtems-16735cab84323bdeec8b2cca5c4873acec72c39c.tar.bz2
2003-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Remove CLEAN_DEPEND (Unused). Remove CLOBBER_DEPEND (Unused).
Diffstat (limited to 'automake')
-rw-r--r--automake/compile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/automake/compile.am b/automake/compile.am
index b925e0a10e..abe0a8acfa 100644
--- a/automake/compile.am
+++ b/automake/compile.am
@@ -102,9 +102,6 @@ ${ARCH}/%.o: %.S
DEPEND=Depends-${ARCH}
-CLEAN_DEPEND=$(DEPEND).tmp
-CLOBBER_DEPEND=$(DEPEND)
-
# We deliberately don't have anything depend on the
# $(DEPEND) file; otherwise it will get rebuilt even
# on 'make clean'