diff options
author | Brian Fraser <fraserbn@gmail.com> | 2013-10-25 11:08:05 -0300 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-01-26 14:44:21 -0300 |
commit | e9867f21492a322f982e93298414645e92515b6a (patch) | |
tree | 281f976c04e60034e26bb696bf454af6e8c14149 /Configure | |
parent | da8b263a97923d25a9e6d518fc6e6d1df2a136fc (diff) | |
download | perl-e9867f21492a322f982e93298414645e92515b6a.tar.gz |
Make compiling with adb work again
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3000,6 +3000,9 @@ $to \$exe $targetrun -p $targetport -l $targetuser $targethost "cd \$cwd && \$env \$exe \$@" EOF ;; + adb) + $touch $run + ;; *) echo "Unknown targetrun '$targetrun'" >&4 exit 1 ;; |