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/sapi/ChangeLog | 4 ++++ cpukit/sapi/Makefile.am | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'cpukit/sapi') diff --git a/cpukit/sapi/ChangeLog b/cpukit/sapi/ChangeLog index bde36ba992..4e9cad650e 100644 --- a/cpukit/sapi/ChangeLog +++ b/cpukit/sapi/ChangeLog @@ -1,3 +1,7 @@ +2002-12-12 Ralf Corsepius + + * Makefile.am: Don't create $ARCH as side-effect of compilation. + 2002-12-09 Ralf Corsepius * include/Makefile.am: Remove. diff --git a/cpukit/sapi/Makefile.am b/cpukit/sapi/Makefile.am index 592a081fa7..39b19b3883 100644 --- a/cpukit/sapi/Makefile.am +++ b/cpukit/sapi/Makefile.am @@ -77,7 +77,6 @@ $(LIB): ${OBJS} $(make-library) ${ARCH}/%.$(OBJEXT): src/%.c - test -d $(ARCH) || mkdir $(ARCH) ${COMPILE} -o $@ -c $< EXTRA_DIST += $(C_FILES) -- cgit v1.2.3