mirror of git://gcc.gnu.org/git/gcc.git
* Makefile.in (gcov-iov.h): Add dummy recipe.
From-SVN: r239823
This commit is contained in:
parent
d7d80d8fc3
commit
6c77dacd1c
|
|
@ -1,3 +1,7 @@
|
||||||
|
2016-08-29 Eric Botcazou <ebotcazou@adacore.com>
|
||||||
|
|
||||||
|
* Makefile.in (gcov-iov.h): Add dummy recipe.
|
||||||
|
|
||||||
2016-08-29 Nathan Sidwell <nathan@acm.org>
|
2016-08-29 Nathan Sidwell <nathan@acm.org>
|
||||||
|
|
||||||
* config/nvptx/nvptx.c: #include tree-vrp.h.
|
* config/nvptx/nvptx.c: #include tree-vrp.h.
|
||||||
|
|
|
||||||
|
|
@ -2775,7 +2775,7 @@ build/gcov-iov$(build_exeext): build/gcov-iov.o
|
||||||
+$(LINKER_FOR_BUILD) $(BUILD_LINKERFLAGS) $(BUILD_LDFLAGS) \
|
+$(LINKER_FOR_BUILD) $(BUILD_LINKERFLAGS) $(BUILD_LDFLAGS) \
|
||||||
build/gcov-iov.o -o $@
|
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)
|
s-iov: build/gcov-iov$(build_exeext) $(BASEVER) $(DEVPHASE)
|
||||||
build/gcov-iov$(build_exeext) '$(BASEVER_c)' '$(DEVPHASE_c)' \
|
build/gcov-iov$(build_exeext) '$(BASEVER_c)' '$(DEVPHASE_c)' \
|
||||||
> tmp-gcov-iov.h
|
> tmp-gcov-iov.h
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue