Re: fix libcc1 dependencies in toplevel Makefile
Alexandre Oliva <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Jun 26, 2018, Alexandre Oliva <[email protected]> wrote: > Introduce @unless/@endunless and postbootstrap Makefile targets FYI, before the above, I installed this: Add OBJCOPY to Makefile.tpl too, to keep it on Makefile.in rebuild From: Alexandre Oliva <[email protected]> for ChangeLog * Makefile.tpl (OBJCOPY): Add it. * Makefile.in: Rebuilt, unchanged. --- Makefile.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.tpl b/Makefile.tpl index 94a4f79f68e6..597107c24541 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@ -- Alexandre Oliva, freedom fighter https://FSFLA.org/blogs/lxo Be the change, be Free! FSF Latin America board member GNU Toolchain Engineer Free Software Evangelist