diff options
author | Peter Andersson <[email protected]> | 2015-05-04 15:59:08 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2015-05-04 15:59:08 +0200 |
commit | d766187ac01d8b5a73926f2a32bdac44e5933a7a (patch) | |
tree | c16161654c87f0ee521f2259b65eee28c09de803 /lib/common_test/priv/Makefile.in | |
parent | e14b011a35b39e12d75786b07f5fd27e09530dad (diff) | |
parent | 2eaa2e631fa546e37bae612020ca3e5aab9bcf03 (diff) | |
download | otp-d766187ac01d8b5a73926f2a32bdac44e5933a7a.tar.gz otp-d766187ac01d8b5a73926f2a32bdac44e5933a7a.tar.bz2 otp-d766187ac01d8b5a73926f2a32bdac44e5933a7a.zip |
Merge remote-tracking branch 'origin/peppe/common_test/remove_old_scripts'
* origin/peppe/common_test/remove_old_scripts:
Remove obsolete installation scripts and update documentation
OTP-12421
Diffstat (limited to 'lib/common_test/priv/Makefile.in')
-rw-r--r-- | lib/common_test/priv/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/common_test/priv/Makefile.in b/lib/common_test/priv/Makefile.in index 1bc6b82ebb..7765b06f95 100644 --- a/lib/common_test/priv/Makefile.in +++ b/lib/common_test/priv/Makefile.in @@ -66,12 +66,7 @@ JS = jquery-latest.js jquery.tablesorter.min.js # Rules # -include ../../test_server/vsn.mk debug opt: - $(V_at)sed -e 's;@CT_VSN@;$(VSN);' \ - -e 's;@TS_VSN@;$(TEST_SERVER_VSN);' \ - ../install.sh.in > install.sh - - $(V_at)chmod -f 775 install.sh docs: |