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.tpl | |
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.tpl')
-rw-r--r-- | Makefile.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index f0f596841be..9d2c326a6d2 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1270,6 +1270,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; \ |