diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-21 21:10:32 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-21 21:10:32 +0000 |
commit | 575caa8d9a2f640fcd1582eadde4db5c00a4e8b3 (patch) | |
tree | c9c19099d5fb96447c771070adae80187d049020 /Makefile.in | |
parent | 41a381231e357af54e720ee038b7cd63f0bd232b (diff) | |
download | gcc-575caa8d9a2f640fcd1582eadde4db5c00a4e8b3.tar.gz |
* Makefile.tpl: Add missing empty maybe-check-gcc target.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67066 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index a98c0997077..5963b604427 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7817,6 +7817,7 @@ cross: all-texinfo all-bison all-byacc all-binutils all-gas all-ld LANGUAGES="c c++" all .PHONY: check-gcc +maybe-check-gcc: check-gcc: @if [ -f ./gcc/Makefile ] ; then \ r=`${PWD}`; export r; \ |