summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2013-10-25 11:08:05 -0300
committerBrian Fraser <fraserbn@gmail.com>2014-01-26 14:44:21 -0300
commite9867f21492a322f982e93298414645e92515b6a (patch)
tree281f976c04e60034e26bb696bf454af6e8c14149 /Configure
parentda8b263a97923d25a9e6d518fc6e6d1df2a136fc (diff)
downloadperl-e9867f21492a322f982e93298414645e92515b6a.tar.gz
Make compiling with adb work again
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/Configure b/Configure
index e4e5570ee3..a9bec78379 100755
--- a/Configure
+++ b/Configure
@@ -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
;;