[m-rev.] For review: Remove extraneous -- in ALL_MGNUCFLAGS

Eric Taucher gluon at earthlink.net
Tue Jul 31 00:19:41 AEST 2007


Remove extraneous -- in ALL_MGNUCFLAGS

 

scripts/Mmake.vars.in:

            Clean up an extraneous -- when a previous option was removed.

 

 

Index: Mmake.vars.in

===================================================================

RCS file: /home/mercury1/repository/mercury/scripts/Mmake.vars.in,v

retrieving revision 1.107

diff -u -r1.107 Mmake.vars.in

--- Mmake.vars.in           14 Jul 2007 02:33:23 -0000         1.107

+++ Mmake.vars.in        30 Jul 2007 12:44:38 -0000

@@ -203,8 +203,7 @@

 FIX_PATH_FOR_CC      = @FIX_PATH_FOR_CC@

 

 MGNUC                       = mgnuc

-ALL_MGNUCFLAGS     = $(MGNUCFLAGS) $(EXTRA_MGNUCFLAGS) $(TARGET_MGNUCFLAGS)
\

-                         -- $(ALL_CFLAGS)

+ALL_MGNUCFLAGS    = $(MGNUCFLAGS) $(EXTRA_MGNUCFLAGS) $(TARGET_MGNUCFLAGS)
$(ALL_CFLAGS)

 MGNUCFLAGS            =

 EXTRA_MGNUCFLAGS =

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurylang.org/archives/reviews/attachments/20070730/5a15247d/attachment.html>


More information about the reviews mailing list