From 0998f21c4406f9d647b2cf627cc245371dbfd49f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 1 Dec 2003 04:04:54 +0000 Subject: 2003-11-30 Ralf Corsepius * Makefile.am: Add $(dirstamp) to compilation rules. --- cpukit/libblock/ChangeLog | 4 ++++ cpukit/libblock/Makefile.am | 4 ++-- cpukit/libcsupport/ChangeLog | 4 ++++ cpukit/libcsupport/Makefile.am | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) (limited to 'cpukit') diff --git a/cpukit/libblock/ChangeLog b/cpukit/libblock/ChangeLog index 6fb4dd484d..7c541a4935 100644 --- a/cpukit/libblock/ChangeLog +++ b/cpukit/libblock/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/libblock/Makefile.am b/cpukit/libblock/Makefile.am index d787a11191..420b97c6cd 100644 --- a/cpukit/libblock/Makefile.am +++ b/cpukit/libblock/Makefile.am @@ -22,13 +22,13 @@ OBJS = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT)) AM_CPPFLAGS += -I$(top_builddir) AM_CPPFLAGS += $(LIBC_DEFINES) -${ARCH}/%.$(OBJEXT): src/%.c +${ARCH}/%.$(OBJEXT): src/%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< $(LIB): ${OBJS} $(make-library) -all-local: $(PREINSTALL_FILES) ${ARCH} $(LIB) +all-local: $(PREINSTALL_FILES) $(LIB) PREINSTALL_FILES = diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog index f513a5f7d7..88feae1e83 100644 --- a/cpukit/libcsupport/ChangeLog +++ b/cpukit/libcsupport/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/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am index df76e5c9de..95faae3036 100644 --- a/cpukit/libcsupport/Makefile.am +++ b/cpukit/libcsupport/Makefile.am @@ -130,9 +130,9 @@ OBJS = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT)) AM_CFLAGS += $(LIBC_DEFINES) -all-local: ${ARCH} ${LIB} +all-local: ${LIB} -${ARCH}/%.$(OBJEXT): src/%.c +${ARCH}/%.$(OBJEXT): src/%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< $(LIB): ${OBJS} -- cgit v1.2.3