This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] add missing maybe-check-gcc target at toplevel


This fixes the broken "make check" in builds without gcc.

2003-05-21  DJ Delorie  <dj@redhat.com>

	* Makefile.tpl: Add missing empty maybe-check-gcc target.
	* Makefile.in: Regenerate.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/Makefile.in,v
retrieving revision 1.129
diff -p -2 -r1.129 Makefile.in
*** Makefile.in	20 May 2003 01:05:39 -0000	1.129
--- Makefile.in	21 May 2003 21:07:14 -0000
*************** cross: all-texinfo all-bison all-byacc a
*** 7818,7821 ****
--- 7818,7822 ----
  
  .PHONY: check-gcc
+ maybe-check-gcc:
  check-gcc:
  	@if [ -f ./gcc/Makefile ] ; then \
Index: Makefile.tpl
===================================================================
RCS file: /cvs/src/src/Makefile.tpl,v
retrieving revision 1.61
diff -p -2 -r1.61 Makefile.tpl
*** Makefile.tpl	20 May 2003 01:05:39 -0000	1.61
--- Makefile.tpl	21 May 2003 21:07:14 -0000
*************** cross: all-texinfo all-bison all-byacc a
*** 1271,1274 ****
--- 1271,1275 ----
  
  .PHONY: check-gcc
+ maybe-check-gcc:
  check-gcc:
  	@if [ -f ./gcc/Makefile ] ; then \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]