summaryrefslogtreecommitdiffstats
path: root/c/src/librtems++
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-20 01:45:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-20 01:45:34 +0000
commit93302bf9787f8d6c50e9afeecbffd976f498c02a (patch)
treeaf36119b4e3561dc82b291b0d12f2ab4007507fd /c/src/librtems++
parent2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-93302bf9787f8d6c50e9afeecbffd976f498c02a.tar.bz2
2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
Diffstat (limited to 'c/src/librtems++')
-rw-r--r--c/src/librtems++/ChangeLog4
-rw-r--r--c/src/librtems++/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/librtems++/ChangeLog b/c/src/librtems++/ChangeLog
index 70776ef790..7f3b5b9f1e 100644
--- a/c/src/librtems++/ChangeLog
+++ b/c/src/librtems++/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+
2004-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Preinstall dirs.
diff --git a/c/src/librtems++/Makefile.am b/c/src/librtems++/Makefile.am
index b197185d9d..cf4c9a895f 100644
--- a/c/src/librtems++/Makefile.am
+++ b/c/src/librtems++/Makefile.am
@@ -42,7 +42,7 @@ TMPINSTALL_FILES =
$(PROJECT_LIB)/$(dirstamp):
@$(mkdir_p) $(PROJECT_LIB)
@: > $(PROJECT_LIB)/$(dirstamp)
-PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
+TMPINSTALL_FILES += $(PROJECT_LIB)/$(dirstamp)
if HAS_CXX
$(PROJECT_INCLUDE)/rtems++/$(dirstamp):