summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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