summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/ChangeLog4
-rw-r--r--cpukit/posix/Makefile.am1
2 files changed, 4 insertions, 1 deletions
diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog
index b691782189..e9d1ce37da 100644
--- a/cpukit/posix/ChangeLog
+++ b/cpukit/posix/ChangeLog
@@ -1,3 +1,7 @@
+2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Don't create $ARCH as side-effect of compilation.
+
2002-12-11 Vladimir Nesic <vnesic@dkts.co.yu>
* src/cancelrun.c, src/cleanuppop.c: Get the last real node not the
diff --git a/cpukit/posix/Makefile.am b/cpukit/posix/Makefile.am
index dcf40f7d45..86fd283bf1 100644
--- a/cpukit/posix/Makefile.am
+++ b/cpukit/posix/Makefile.am
@@ -178,7 +178,6 @@ $(LIB): ${OBJS}
$(make-library)
${ARCH}/%.$(OBJEXT): src/%.c
- test -d $(ARCH) || mkdir $(ARCH)
${COMPILE} -o $@ -c $<
# temporary so we can see how many things are left to implement