summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-01 04:04:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-01 04:04:54 +0000
commit0998f21c4406f9d647b2cf627cc245371dbfd49f (patch)
tree05634fe44f72925559d792f3e908aab231d9e8c2 /cpukit/libblock
parent2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-0998f21c4406f9d647b2cf627cc245371dbfd49f.tar.bz2
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add $(dirstamp) to compilation rules.
Diffstat (limited to 'cpukit/libblock')
-rw-r--r--cpukit/libblock/ChangeLog4
-rw-r--r--cpukit/libblock/Makefile.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/cpukit/libblock/ChangeLog b/cpukit/libblock/ChangeLog
index 6fb4dd484d..7c541a4935 100644
--- a/cpukit/libblock/ChangeLog
+++ b/cpukit/libblock/ChangeLog
@@ -1,5 +1,9 @@
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * Makefile.am: Add $(dirstamp) to compilation rules.
+
+2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* Makefile.am: Add $(dirstamp) to preinstallation rules.
2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
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 =