Fix mbed build on Windows machines with Cygwin
authorAdam Green <adamgr@foo.bar>
Sun, 18 Aug 2013 19:39:47 +0000 (12:39 -0700)
committerAdam Green <adamgr@foo.bar>
Sun, 18 Aug 2013 19:39:47 +0000 (12:39 -0700)
commit309f0aaa3e16844882868814f76885ccb12dec7c
treec8b377908e0e08fd6eb9d57314859269bfa8a481
parentb8bce413915052227306f8f189c18a75e8dcdc37
Fix mbed build on Windows machines with Cygwin

I had fixed this awhile ago in the core gcc4mbed makefiles but it
somehow got missed in the makefile used specifically for building the
mbed SDK library in Smoothie.  This fix makes sure that GNU make uses
the Windows Command Prompt instead of the Cygwin bash shell.  Without
this change, you could see errors like:
    /usr/bin/sh: copy: command not found
when building on a Windows machine.
mbed/src/arm-common.mk