summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-12-12 18:20:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-12-12 18:20:27 +0000
commita2e4e4964c8123adf2ea59b93596783f3051af6d (patch)
treefcc0c45dad57f56e030adf134f19bde881b83e59 /cpukit
parent2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a2e4e4964c8123adf2ea59b93596783f3051af6d.tar.bz2
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Don't create $ARCH.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/ChangeLog4
-rw-r--r--cpukit/score/Makefile.am1
2 files changed, 4 insertions, 1 deletions
diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog
index 36f9d69f45..5f9b4c795a 100644
--- a/cpukit/score/ChangeLog
+++ b/cpukit/score/ChangeLog
@@ -1,3 +1,7 @@
+2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ Makefile.am: Don't create $ARCH.
+
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Fix macro-file installation.
diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am
index ca4d8a04bb..3a8e844f00 100644
--- a/cpukit/score/Makefile.am
+++ b/cpukit/score/Makefile.am
@@ -177,7 +177,6 @@ $(LIB): ${OBJS}
$(make-library)
${ARCH}/%.$(OBJEXT): src/%.c
- test -d $(ARCH) || mkdir $(ARCH)
${COMPILE} -o $@ -c $<
EXTRA_DIST += $(STD_C_FILES) $(MP_C_FILES) src/Unlimited.txt