From f3f9b55d21fc75cdcb0b91260bdaf14ac5df4a74 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Jan 2004 15:39:38 +0000 Subject: 2004-01-21 Ralf Corsepius * Makefile.am: Add PREINSTALL_DIRS. --- c/src/librtems++/ChangeLog | 4 ++++ c/src/librtems++/Makefile.am | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'c/src/librtems++') 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 + + * Makefile.am: Add PREINSTALL_DIRS. + 2004-01-15 Ralf Corsepius * 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 -- cgit v1.2.3