summaryrefslogtreecommitdiffstats
path: root/c/src/optman
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/optman')
-rw-r--r--c/src/optman/ChangeLog5
-rw-r--r--c/src/optman/Makefile.am5
2 files changed, 10 insertions, 0 deletions
diff --git a/c/src/optman/ChangeLog b/c/src/optman/ChangeLog
index 52cbb2b361..50cf3cab42 100644
--- a/c/src/optman/ChangeLog
+++ b/c/src/optman/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
+ Add PRE/TMPINSTALL_FILES to CLEANFILES.
+
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
diff --git a/c/src/optman/Makefile.am b/c/src/optman/Makefile.am
index 01be74af2b..bdc3be24f2 100644
--- a/c/src/optman/Makefile.am
+++ b/c/src/optman/Makefile.am
@@ -40,9 +40,12 @@ all-local: $(PGMS) $(TMPINSTALL_FILES)
EXTRA_DIST = $(rtems_C_FILES) $(sapi_C_FILES)
+TMPINSTALL_FILES =
+
$(PROJECT_LIB)/$(dirstamp):
@$(mkdir_p) $(PROJECT_LIB)
@: > $(PROJECT_LIB)/$(dirstamp)
+TMPINSTALL_FILES += $(PROJECT_LIB)/$(dirstamp)
$(PROJECT_LIB)/no-ext$(LIB_VARIANT).rel: $(ARCH)/no-ext$(LIB_VARIANT).rel $(PROJECT_LIB)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_LIB)/no-ext$(LIB_VARIANT).rel
@@ -92,4 +95,6 @@ $(PROJECT_LIB)/no-timer$(LIB_VARIANT).rel: $(ARCH)/no-timer$(LIB_VARIANT).rel $(
$(INSTALL_DATA) $< $(PROJECT_LIB)/no-timer$(LIB_VARIANT).rel
TMPINSTALL_FILES += $(PROJECT_LIB)/no-timer$(LIB_VARIANT).rel
+CLEANFILES = $(TMPINSTALL_FILES)
+
include $(top_srcdir)/automake/local.am