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/libcsupport/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/libcsupport/Makefile.am') 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