From a2e4e4964c8123adf2ea59b93596783f3051af6d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 12 Dec 2002 18:20:27 +0000 Subject: 2002-12-12 Ralf Corsepius Makefile.am: Don't create $ARCH. --- cpukit/score/ChangeLog | 4 ++++ cpukit/score/Makefile.am | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'cpukit') 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 + + Makefile.am: Don't create $ARCH. + 2002-12-09 Ralf Corsepius 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 -- cgit v1.2.3