Update of /cvsroot/mahogany/M
In directory usw-pr-cvs1:/tmp/cvs-serv3169

Modified Files:
        makerules 
Log Message:
removed -fPIC from the CPPFLAGS -- we don't always need it and not all compilers 
support it (bug 699)

Index: makerules
===================================================================
RCS file: /cvsroot/mahogany/M/makerules,v
retrieving revision 1.60
retrieving revision 1.61
diff -b -u -2 -r1.60 -r1.61
--- makerules   19 Jun 2001 18:50:24 -0000      1.60
+++ makerules   20 Sep 2002 13:26:16 -0000      1.61
@@ -18,5 +18,5 @@
 # common initial flags
 define M_COMPILE_CPP
-$(M_FLAGS$(subst .,_,$(suffix $@))) -fPIC $(CPPFLAGS) \
+$(M_FLAGS$(subst .,_,$(suffix $@))) $(CPPFLAGS) \
 $(CPPFLAGS$(subst /,_,$(subst /$(notdir $*),,/$*))) \
 $(CPPFLAGS_$(subst .,_,$(subst /,_,$@)))



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to