From 65a74887905969b0d94fbeca59337d255f70f3d0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Jan 2004 15:22:13 +0000 Subject: 2004-01-21 Ralf Corsepius * Makefile.am: Add PREINSTALL_DIRS. --- testsuites/support/ChangeLog | 4 ++++ testsuites/support/Makefile.am | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'testsuites') diff --git a/testsuites/support/ChangeLog b/testsuites/support/ChangeLog index 06995e8e18..746a962328 100644 --- a/testsuites/support/ChangeLog +++ b/testsuites/support/ChangeLog @@ -1,3 +1,7 @@ +2004-01-21 Ralf Corsepius + + * Makefile.am: Add PREINSTALL_DIRS. + 2004-01-14 Ralf Corsepius * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. diff --git a/testsuites/support/Makefile.am b/testsuites/support/Makefile.am index 2e92bce1d2..bd6900ef24 100644 --- a/testsuites/support/Makefile.am +++ b/testsuites/support/Makefile.am @@ -8,12 +8,13 @@ include_HEADERS = include/tmacros.h include/buffer_test_io.h all-local: $(PREINSTALL_FILES) +PREINSTALL_DIRS = PREINSTALL_FILES = $(PROJECT_INCLUDE)/$(dirstamp): @$(mkdir_p) $(PROJECT_INCLUDE) @: > $(PROJECT_INCLUDE)/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp) +PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp) $(PROJECT_INCLUDE)/tmacros.h: include/tmacros.h $(PROJECT_INCLUDE)/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/tmacros.h @@ -24,5 +25,6 @@ $(PROJECT_INCLUDE)/buffer_test_io.h: include/buffer_test_io.h $(PROJECT_INCLUDE) PREINSTALL_FILES += $(PROJECT_INCLUDE)/buffer_test_io.h CLEANFILES = $(PREINSTALL_FILES) +DISTCLEANFILES = $(PREINSTALL_DIRS) include $(top_srcdir)/../automake/local.am -- cgit v1.2.3