From 6562751ed62753f7fecc0af46ff32d277e38da19 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 1 Dec 2003 04:12:09 +0000 Subject: 2003-11-30 Ralf Corsepius * Makefile.am: Add $(dirstamp) to preinstallation rules. Remove MACROS. --- cpukit/score/ChangeLog | 4 ++++ cpukit/score/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'cpukit') diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog index 953b8d1983..68e4e73a8c 100644 --- a/cpukit/score/ChangeLog +++ b/cpukit/score/ChangeLog @@ -1,3 +1,7 @@ +2003-11-30 Ralf Corsepius + + * Makefile.am: Add $(dirstamp) to compilation rules. + 2003-11-30 Ralf Corsepius * Makefile.am: Add $(dirstamp) to preinstallation rules. diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am index 26ac20ac55..f58b1e38b5 100644 --- a/cpukit/score/Makefile.am +++ b/cpukit/score/Makefile.am @@ -157,12 +157,12 @@ AM_CPPFLAGS += -D__RTEMS_INSIDE__ $(LIB): ${OBJS} $(make-library) -${ARCH}/%.$(OBJEXT): src/%.c +${ARCH}/%.$(OBJEXT): src/%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< EXTRA_DIST += $(STD_C_FILES) $(MP_C_FILES) src/Unlimited.txt -all-local: $(PREINSTALL_FILES) ${ARCH} $(LIB) +all-local: $(PREINSTALL_FILES) $(LIB) PREINSTALL_FILES = -- cgit v1.2.3