summaryrefslogtreecommitdiffstats
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@adacore.com>2018-06-30 00:07:44 -0300
committerAlexandre Oliva <aoliva@redhat.com>2018-06-30 00:11:19 -0300
commitd820b06d6841f598a7adf671f075d2a9002da5eb (patch)
treeb27ca784711084c64c19c469d1c6b8eea7e1798d /Makefile.tpl
parent995d2a824a8faf71ef91eb8b7a7b3054209565d8 (diff)
downloadcygnal-d820b06d6841f598a7adf671f075d2a9002da5eb.tar.gz
cygnal-d820b06d6841f598a7adf671f075d2a9002da5eb.tar.bz2
cygnal-d820b06d6841f598a7adf671f075d2a9002da5eb.zip
Add OBJCOPY to Makefile.tpl too, to keep it on Makefile.in rebuild
for ChangeLog * Makefile.tpl (OBJCOPY): Add it. * Makefile.in: Rebuilt, unchanged.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 94a4f79f6..597107c24 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@