https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d820b06d6841f598a7adf671f075d2a9002da5eb
commit d820b06d6841f598a7adf671f075d2a9002da5eb Author: Alexandre Oliva <[email protected]> Date: Sat Jun 30 00:07:44 2018 -0300 Add OBJCOPY to Makefile.tpl too, to keep it on Makefile.in rebuild for ChangeLog * Makefile.tpl (OBJCOPY): Add it. * Makefile.in: Rebuilt, unchanged. Diff: --- Makefile.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.tpl b/Makefile.tpl index 94a4f79..597107c 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -403,6 +403,7 @@ DLLTOOL = @DLLTOOL@ LD = @LD@ LIPO = @LIPO@ NM = @NM@ +OBJCOPY = @OBJCOPY@ OBJDUMP = @OBJDUMP@ RANLIB = @RANLIB@ READELF = @READELF@
