aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/priv/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common_test/priv/Makefile.in')
-rw-r--r--lib/common_test/priv/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/common_test/priv/Makefile.in b/lib/common_test/priv/Makefile.in
index 1bc6b82ebb..76baead8f6 100644
--- a/lib/common_test/priv/Makefile.in
+++ b/lib/common_test/priv/Makefile.in
@@ -67,7 +67,9 @@ JS = jquery-latest.js jquery.tablesorter.min.js
#
include ../../test_server/vsn.mk
-debug opt:
+debug opt: install.sh
+
+install.sh: ../install.sh.in ../vsn.mk ../../test_server/vsn.mk
$(V_at)sed -e 's;@CT_VSN@;$(VSN);' \
-e 's;@TS_VSN@;$(TEST_SERVER_VSN);' \
../install.sh.in > install.sh