From 8f0681506ba14a29d961827d3bb4752cc0cd5019 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 21 May 2003 21:08:20 +0000 Subject: * Makefile.tpl: Add missing empty maybe-check-gcc target. * Makefile.in: Regenerate. --- Makefile.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.tpl') 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; \ -- cgit v1.2.1