summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-21 15:22:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-21 15:22:13 +0000
commit65a74887905969b0d94fbeca59337d255f70f3d0 (patch)
tree2379de41ccfb8ae2f28803d84bb9a67598043477 /testsuites
parent2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-65a74887905969b0d94fbeca59337d255f70f3d0.tar.bz2
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add PREINSTALL_DIRS.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/support/ChangeLog4
-rw-r--r--testsuites/support/Makefile.am4
2 files changed, 7 insertions, 1 deletions
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 <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Add PREINSTALL_DIRS.
+
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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