summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-04 18:37:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-04 18:37:01 +0000
commit8347069f0b1195b0b352047bb788a7a43cedf266 (patch)
tree6ee4d0b52e30fc8abde64b44b6f3ef838bba217f
parent2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-8347069f0b1195b0b352047bb788a7a43cedf266.tar.bz2
2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Remove $(ARCH):-rule.
-rw-r--r--c/src/ChangeLog4
-rw-r--r--c/src/automake/compile.am3
2 files changed, 4 insertions, 3 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 963ab5d695..1a6e307489 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * automake/compile.am: Remove $(ARCH):-rule.
+
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove lib/libbsp/shared/Makefile,
diff --git a/c/src/automake/compile.am b/c/src/automake/compile.am
index 97171efbc1..7132985a3e 100644
--- a/c/src/automake/compile.am
+++ b/c/src/automake/compile.am
@@ -221,9 +221,6 @@ AM_CFLAGS =
AM_CXXFLAGS =
AM_CCASFLAGS = $(CPU_CFLAGS) $(RTEMS_CPPFLAGS) $(RTEMS_CCASFLAGS)
-${ARCH}:
- mkdir ${ARCH}
-
clean-local:
$(RM) -r o-optimize o-debug $(CLEANDIRS)
$(RM) Depends-o-optimize.tmp Depends-o-debug.tmp