summaryrefslogtreecommitdiffstats
path: root/c/src/optman
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-01-12 05:57:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-01-12 05:57:00 +0000
commit950f19aa86441c5859d4114149ebbcef6fd5e15a (patch)
tree4797ad9ed9a2cfeb02de99b782a3444a391cbe37 /c/src/optman
parentCleanup. (diff)
downloadrtems-950f19aa86441c5859d4114149ebbcef6fd5e15a.tar.bz2
Regenerate.
Diffstat (limited to 'c/src/optman')
-rw-r--r--c/src/optman/preinstall.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/optman/preinstall.am b/c/src/optman/preinstall.am
index 9d43af33b5..41d10b7f29 100644
--- a/c/src/optman/preinstall.am
+++ b/c/src/optman/preinstall.am
@@ -5,9 +5,17 @@ $(srcdir)/preinstall.am: Makefile.am
$(AMPOLISH3) $(srcdir)/Makefile.am > $(srcdir)/preinstall.am
endif
+PREINSTALL_DIRS =
+DISTCLEANFILES += $(PREINSTALL_DIRS)
+
TMPINSTALL_FILES =
CLEANFILES += $(TMPINSTALL_FILES)
+$(PROJECT_LIB)/$(dirstamp):
+ @$(mkdir_p) $(PROJECT_LIB)
+ @: > $(PROJECT_LIB)/$(dirstamp)
+PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
+
$(PROJECT_LIB)/no-ext.rel: no-ext.rel $(PROJECT_LIB)/$(dirstamp)
$(INSTALL_PROGRAM) $< $(PROJECT_LIB)/no-ext.rel
TMPINSTALL_FILES += $(PROJECT_LIB)/no-ext.rel