summaryrefslogtreecommitdiffstats
path: root/c/src/librtems++
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-12 16:04:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-12 16:04:17 +0000
commit375e890cf306e17a775b39eb5d876d92619f55b3 (patch)
treeee3c49e10619cb5ce2880305a993275870ac55ec /c/src/librtems++
parent2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-375e890cf306e17a775b39eb5d876d92619f55b3.tar.bz2
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
Diffstat (limited to 'c/src/librtems++')
-rw-r--r--c/src/librtems++/ChangeLog4
-rw-r--r--c/src/librtems++/Makefile.am7
2 files changed, 9 insertions, 2 deletions
diff --git a/c/src/librtems++/ChangeLog b/c/src/librtems++/ChangeLog
index c54e253aaa..691625e3ac 100644
--- a/c/src/librtems++/ChangeLog
+++ b/c/src/librtems++/ChangeLog
@@ -1,5 +1,9 @@
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
+
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
diff --git a/c/src/librtems++/Makefile.am b/c/src/librtems++/Makefile.am
index cbdd417928..7af1e2ad9a 100644
--- a/c/src/librtems++/Makefile.am
+++ b/c/src/librtems++/Makefile.am
@@ -34,11 +34,14 @@ all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
PREINSTALL_FILES =
+${PROJECT_RELEASE}/lib/$(dirstamp):
+ @$(mkdir_p) ${PROJECT_RELEASE}/lib
+ @: > ${PROJECT_RELEASE}/lib/$(dirstamp)
+
if HAS_CXX
$(PROJECT_INCLUDE)/rtems++/$(dirstamp):
- @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems++
+ @$(mkdir_p) $(PROJECT_INCLUDE)/rtems++
@: > $(PROJECT_INCLUDE)/rtems++/$(dirstamp)
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems++/$(dirstamp)
$(PROJECT_INCLUDE)/rtems++/rtemsEvent.h: include/rtems++/rtemsEvent.h $(PROJECT_INCLUDE)/rtems++/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems++/rtemsEvent.h