summaryrefslogtreecommitdiffstats
path: root/c/src/tests/tools
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/tests/tools/Makefile.in2
-rw-r--r--c/src/tests/tools/generic/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/tests/tools/Makefile.in b/c/src/tests/tools/Makefile.in
index 71b2dd5d82..572c9eeba8 100644
--- a/c/src/tests/tools/Makefile.in
+++ b/c/src/tests/tools/Makefile.in
@@ -383,7 +383,7 @@ profile-am:
profile: profile-am
.PHONY: profile profile-am
-preinstall-am:
+preinstall-am: $(TMPINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am
diff --git a/c/src/tests/tools/generic/Makefile.in b/c/src/tests/tools/generic/Makefile.in
index a5ed204a40..5379c531ed 100644
--- a/c/src/tests/tools/generic/Makefile.in
+++ b/c/src/tests/tools/generic/Makefile.in
@@ -264,7 +264,7 @@ profile-am:
profile: profile-am
.PHONY: profile profile-am
-preinstall-am:
+preinstall-am: $(TMPINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am