Make compiling with adb work again
authorBrian Fraser <fraserbn@gmail.com>
Fri, 25 Oct 2013 14:08:05 +0000 (11:08 -0300)
committerBrian Fraser <fraserbn@gmail.com>
Sun, 26 Jan 2014 17:44:21 +0000 (14:44 -0300)
Configure

index e4e5570..a9bec78 100755 (executable)
--- 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
            ;;