summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--automake/compile.am3
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/automake/compile.am3
4 files changed, 10 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 033d35227d..65424fe8ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * automake/compile.am: Remove CLEAN_DEPEND (Unused).
+ Remove CLOBBER_DEPEND (Unused).
+
2003-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/local.am: Remove distclean-local.
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'
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 9f742b20f8..347a274125 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * automake/compile.am: Remove CLEAN_DEPEND (Unused).
+ Remove CLOBBER_DEPEND (Unused).
+
2002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
diff --git a/cpukit/automake/compile.am b/cpukit/automake/compile.am
index 687262326d..73a99e36e6 100644
--- a/cpukit/automake/compile.am
+++ b/cpukit/automake/compile.am
@@ -82,9 +82,6 @@ ${ARCH}/%.rel: ${ARCH}/%.$(OBJEXT)
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'