summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-01 04:12:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-01 04:12:09 +0000
commit6562751ed62753f7fecc0af46ff32d277e38da19 (patch)
tree38703bbb6057a0cf1d01e540a5b2aecaa3f28b7b /cpukit
parent2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-6562751ed62753f7fecc0af46ff32d277e38da19.tar.bz2
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add $(dirstamp) to preinstallation rules. Remove MACROS.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/ChangeLog4
-rw-r--r--cpukit/score/Makefile.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog
index 953b8d1983..68e4e73a8c 100644
--- a/cpukit/score/ChangeLog
+++ b/cpukit/score/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.
Remove MACROS.
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 =