mirror of git://gcc.gnu.org/git/gcc.git
* Makefile.in (gcov-iov.h): Add dummy recipe.
From-SVN: r239825
This commit is contained in:
parent
3ed8374491
commit
3787ecfdcd
|
|
@ -1,3 +1,7 @@
|
|||
2016-08-29 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* Makefile.in (gcov-iov.h): Add dummy recipe.
|
||||
|
||||
2016-08-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
||||
|
||||
Backport from mainline
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue