CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     08/04/30 05:27:55

Modified files:
        .              : ChangeLog Makefile.comm 

Log message:
        * Makefile.comm (depend.temp): Add `EXTRA_CCFLAGS'.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1130&r2=1.1131
http://cvs.savannah.gnu.org/viewcvs/groff/Makefile.comm?cvsroot=groff&r1=1.36&r2=1.37

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1130
retrieving revision 1.1131
diff -u -b -r1.1130 -r1.1131
--- ChangeLog   29 Apr 2008 19:44:44 -0000      1.1130
+++ ChangeLog   30 Apr 2008 05:27:54 -0000      1.1131
@@ -1,3 +1,7 @@
+2008-04-30  Larry Jones  <[EMAIL PROTECTED]>
+
+       * Makefile.comm (depend.temp): Add `EXTRA_CCFLAGS'.
+
 2008-04-29  Larry Jones  <[EMAIL PROTECTED]>
 
        * src/eqn/script.cpp (script_box::output): Portability fix.

Index: Makefile.comm
===================================================================
RCS file: /cvsroot/groff/groff/Makefile.comm,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- Makefile.comm       25 Feb 2007 21:06:21 -0000      1.36
+++ Makefile.comm       30 Apr 2008 05:27:54 -0000      1.37
@@ -302,9 +302,9 @@
          ytabc="$(YTABC)"; \
        fi; \
        test -z "$(CCSRCS)$(YTABC)" \
-         || $(CCC) $(ALL_CCFLAGS) -MM $(CCSRCS) $$ytabc >>depend.temp
+         || $(CCC) $(ALL_CCFLAGS) $(EXTRA_CCFLAGS) -MM $(CCSRCS) $$ytabc 
>>depend.temp
        test -z "$(CSRCS)" \
-         || $(CC) $(ALL_CFLAGS) -MM $(CSRCS) >>depend.temp
+         || $(CC) $(ALL_CFLAGS) $(EXTRA_CFLAGS) -MM $(CSRCS) >>depend.temp
        test -z "$(YTABH)" \
          || (sed -e 's|$(YTABH)|$(YTABC)|g' depend.temp >depend1.temp; \
              mv depend1.temp depend.temp)


_______________________________________________
Groff-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to