summaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2016-08-29 14:43:29 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2016-08-29 14:43:29 +0000
commit90ac3c3e73ee6debfdf5806f3286a29fc56bf125 (patch)
treee741b8f9cd8ba74d06e68a15088d2adbdbd8aa8f /gcc/Makefile.in
parent686436fe4b0dc784f7b4c4cf421ae5a266950fbe (diff)
downloadgcc-90ac3c3e73ee6debfdf5806f3286a29fc56bf125.tar.gz
* Makefile.in (gcov-iov.h): Add dummy recipe.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@239823 138bc75d-0d04-0410-961f-82ee72b054a4
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 8d7cc51940b..eb5ab61f36c 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -2775,7 +2775,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