From 2eb04b25f99a53c1a3e6bad8d367544452173f21 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 12 Dec 2002 06:31:49 +0000 Subject: 2002-12-12 Ralf Corsepius * Makefile.am: Don't create $ARCH as side-effect of compilation. --- cpukit/posix/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/posix/Makefile.am') 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 -- cgit v1.2.3