summaryrefslogtreecommitdiffstats
path: root/c/src/librtems++
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/librtems++
parentCleanup. (diff)
downloadrtems-950f19aa86441c5859d4114149ebbcef6fd5e15a.tar.bz2
Regenerate.
Diffstat (limited to 'c/src/librtems++')
-rw-r--r--c/src/librtems++/preinstall.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/c/src/librtems++/preinstall.am b/c/src/librtems++/preinstall.am
index bd804dd807..e49a7dcfa0 100644
--- a/c/src/librtems++/preinstall.am
+++ b/c/src/librtems++/preinstall.am
@@ -6,14 +6,19 @@ $(srcdir)/preinstall.am: Makefile.am
endif
PREINSTALL_DIRS =
-DISTCLEANFILES += $(PREINSTALL_DIRS)
+DISTCLEANFILES = $(PREINSTALL_DIRS)
TMPINSTALL_FILES =
-CLEANFILES += $(TMPINSTALL_FILES)
+CLEANFILES = $(TMPINSTALL_FILES)
PREINSTALL_FILES =
CLEANFILES += $(PREINSTALL_FILES)
+$(PROJECT_LIB)/$(dirstamp):
+ @$(mkdir_p) $(PROJECT_LIB)
+ @: > $(PROJECT_LIB)/$(dirstamp)
+PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
+
if HAS_CXX
$(PROJECT_INCLUDE)/rtems++/$(dirstamp):
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems++
@@ -52,11 +57,6 @@ $(PROJECT_INCLUDE)/rtems++/rtemsTimer.h: include/rtems++/rtemsTimer.h $(PROJECT_
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems++/rtemsTimer.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems++/rtemsTimer.h
-$(PROJECT_LIB)/$(dirstamp):
- @$(mkdir_p) $(PROJECT_LIB)
- @: > $(PROJECT_LIB)/$(dirstamp)
-PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
-
$(PROJECT_LIB)/librtems++.a: librtems++.a $(PROJECT_LIB)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_LIB)/librtems++.a
TMPINSTALL_FILES += $(PROJECT_LIB)/librtems++.a