]> sourceware.org Git - newlib-cygwin.git/commitdiff
Add missing OBJCOPY variable to Makefile.in
authorCorinna Vinschen <corinna@vinschen.de>
Sat, 26 Mar 2016 11:32:18 +0000 (12:32 +0100)
committerJon Turney <jon.turney@dronecode.org.uk>
Sat, 25 Jun 2016 16:04:10 +0000 (17:04 +0100)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Makefile.in

index 117fbf5d7520751b3d2510061e35c1e315491c7a..737e6029b1666d8f056456e998d0debc867ae9a7 100644 (file)
@@ -400,6 +400,7 @@ DLLTOOL = @DLLTOOL@
 LD = @LD@
 LIPO = @LIPO@
 NM = @NM@
+OBJCOPY = @OBJCOPY@
 OBJDUMP = @OBJDUMP@
 RANLIB = @RANLIB@
 READELF = @READELF@
This page took 0.051623 seconds and 5 git commands to generate.