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/itron/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/itron/Makefile.am') diff --git a/cpukit/itron/Makefile.am b/cpukit/itron/Makefile.am index c241f5c228..556175d6d0 100644 --- a/cpukit/itron/Makefile.am +++ b/cpukit/itron/Makefile.am @@ -133,7 +133,6 @@ $(LIB): ${OBJS} $(make-library) ${ARCH}/%.$(OBJEXT): src/%.c - test -d ${ARCH} || mkdir ${ARCH} ${COMPILE} -o $@ -c $< UNUSED_C_FILES = src/cre_mbx.c src/del_mbx.c src/mboxtranslatereturncode.c src/network.c \ -- cgit v1.2.3