From de48a0ea91a7b1cd334d0e2d8a1a815f38993abc Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 30 Nov 2003 17:35:46 +0000 Subject: 2003-11-30 Ralf Corsepius * Makefile.am: Add $(dirstamp) to compilation rules. --- cpukit/posix/ChangeLog | 4 ++++ cpukit/posix/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'cpukit/posix') diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog index 11736a7dd9..a70d4a72d9 100644 --- a/cpukit/posix/ChangeLog +++ b/cpukit/posix/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/posix/Makefile.am b/cpukit/posix/Makefile.am index 73a1050f54..d66c91bdf4 100644 --- a/cpukit/posix/Makefile.am +++ b/cpukit/posix/Makefile.am @@ -156,13 +156,13 @@ OBJS = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT)) AM_CPPFLAGS += -I$(top_builddir) AM_CPPFLAGS += -D__RTEMS_INSIDE__ -all-local: ${ARCH} $(PREINSTALL_FILES) $(LIB) +all-local: $(PREINSTALL_FILES) $(LIB) $(LIB): ${OBJS} $(make-library) endif -${ARCH}/%.$(OBJEXT): src/%.c +${ARCH}/%.$(OBJEXT): src/%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< # temporary so we can see how many things are left to implement -- cgit v1.2.3