summaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2016-08-29 14:44:41 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2016-08-29 14:44:41 +0000
commit3787ecfdcd566854f35e92c5e8528fb617b769e6 (patch)
treeb2ee830542b74c568f4da5792e59a3fc354ced1d /gcc/Makefile.in
parent3ed8374491a502e749a738d72d000fe36e95bae0 (diff)
downloadgcc-3787ecfdcd566854f35e92c5e8528fb617b769e6.tar.gz
* Makefile.in (gcov-iov.h): Add dummy recipe.
From-SVN: r239825
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 07c6f0af717..93746efdc34 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -2639,7 +2639,7 @@ build/gcov-iov$(build_exeext): build/gcov-iov.o
+$(LINKER_FOR_BUILD) $(BUILD_LINKERFLAGS) $(BUILD_LDFLAGS) \
build/gcov-iov.o -o $@
-gcov-iov.h: s-iov
+gcov-iov.h: s-iov; @true
s-iov: build/gcov-iov$(build_exeext) $(BASEVER) $(DEVPHASE)
build/gcov-iov$(build_exeext) '$(BASEVER_c)' '$(DEVPHASE_c)' \
> tmp-gcov-iov.h