summaryrefslogtreecommitdiffstats
path: root/c/src/librtems++
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-21 15:39:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-21 15:39:38 +0000
commitf3f9b55d21fc75cdcb0b91260bdaf14ac5df4a74 (patch)
tree8030c906125fed6119ec3ea9db84d81367b1eb44 /c/src/librtems++
parent2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-f3f9b55d21fc75cdcb0b91260bdaf14ac5df4a74.tar.bz2
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add PREINSTALL_DIRS.
Diffstat (limited to 'c/src/librtems++')
-rw-r--r--c/src/librtems++/ChangeLog4
-rw-r--r--c/src/librtems++/Makefile.am4
2 files changed, 7 insertions, 1 deletions
diff --git a/c/src/librtems++/ChangeLog b/c/src/librtems++/ChangeLog
index 76d35cbd38..de0f084261 100644
--- a/c/src/librtems++/ChangeLog
+++ b/c/src/librtems++/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Add PREINSTALL_DIRS.
+
2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS
diff --git a/c/src/librtems++/Makefile.am b/c/src/librtems++/Makefile.am
index 6b128371fa..6fb5a2be7f 100644
--- a/c/src/librtems++/Makefile.am
+++ b/c/src/librtems++/Makefile.am
@@ -36,6 +36,7 @@ endif
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
+PREINSTALL_DIRS =
PREINSTALL_FILES =
TMPINSTALL_FILES =
@@ -48,7 +49,7 @@ if HAS_CXX
$(PROJECT_INCLUDE)/rtems++/$(dirstamp):
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems++
@: > $(PROJECT_INCLUDE)/rtems++/$(dirstamp)
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems++/$(dirstamp)
+PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems++/$(dirstamp)
$(PROJECT_INCLUDE)/rtems++/rtemsEvent.h: include/rtems++/rtemsEvent.h $(PROJECT_INCLUDE)/rtems++/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems++/rtemsEvent.h
@@ -88,6 +89,7 @@ TMPINSTALL_FILES += $(PROJECT_LIB)/librtems++$(LIB_VARIANT).a
endif
CLEANFILES += $(PREINSTALL_FILES)
+DISTCLEANFILES = $(PREINSTALL_DIRS)
CLEANFILES += $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am