[m-rev.] diff: no space after `-I'

Fergus Henderson fjh at cs.mu.OZ.AU
Tue Feb 18 02:27:07 AEDT 2003


Estimated hours taken: 0.5
Branches: main

compiler/Mmakefile:
	Use `-I<directory>' rather than `-I <directory>' in CFLAGS,
	because lcc doesn't allow a space after the `-I'.

Workspace: /home/ceres/fjh/mercury
Index: compiler/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/Mmakefile,v
retrieving revision 1.67
diff -u -d -r1.67 Mmakefile
--- compiler/Mmakefile	15 Feb 2003 23:59:40 -0000	1.67
+++ compiler/Mmakefile	17 Feb 2003 15:19:35 -0000
@@ -50,7 +50,7 @@
 MCFLAGS +=	-I $(BROWSER_DIR) -I $(ANALYSIS_DIR) \
 			--c-include-directory $(ANALYSIS_DIR) \
 			--no-main --linkage shared
-CFLAGS +=	-I $(ANALYSIS_DIR)
+CFLAGS +=	-I$(ANALYSIS_DIR)
 MLOBJS :=	../main.$O ../analysis/lib$(ANALYSIS_LIB_NAME).$A $(MLOBJS)
 ALL_MLLIBS =	$(MLLIBS) $(EXTRA_MLLIBS) $(GCC_BACKEND_LIBS)
 MLFLAGS +=	--no-main --shared

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list