This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Re: Tiny fix for Makefile.tpl


On Thu, Aug 11, 2005 at 06:16:09PM -0400, DJ Delorie wrote:
> 
> > Sadly the patch also adds some other white space where it is not needed;
> 
> Example?  Are any of these whitespaces harmful?

#v+
-       (cd ash && $(MAKE) $(FLAGS_TO_PASS) check)
+       (cd ash && $(MAKE) $(FLAGS_TO_PASS)  check)
#v-
They're not harmful.

A complete diff of Makefile.in is attached: gcc_Makefile.in.diff.


Regards,
 Thomas

Attachment: gcc_Makefile.in.diff
Description: Text document


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