From 2e1489b9607af1e21ca77a6462b5d7ad059a8456 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 14 Jan 2004 07:49:55 +0000 Subject: 2004-01-14 Ralf Corsepius * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES. --- testsuites/support/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuites/support/Makefile.am') diff --git a/testsuites/support/Makefile.am b/testsuites/support/Makefile.am index f6b07afa2e..2e92bce1d2 100644 --- a/testsuites/support/Makefile.am +++ b/testsuites/support/Makefile.am @@ -13,6 +13,7 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE)/$(dirstamp): @$(mkdir_p) $(PROJECT_INCLUDE) @: > $(PROJECT_INCLUDE)/$(dirstamp) +PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp) $(PROJECT_INCLUDE)/tmacros.h: include/tmacros.h $(PROJECT_INCLUDE)/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/tmacros.h @@ -22,4 +23,6 @@ $(PROJECT_INCLUDE)/buffer_test_io.h: include/buffer_test_io.h $(PROJECT_INCLUDE) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/buffer_test_io.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/buffer_test_io.h +CLEANFILES = $(PREINSTALL_FILES) + include $(top_srcdir)/../automake/local.am -- cgit v1.2.3