CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     11/01/15 10:20:53

Modified files:
        .              : ChangeLog Makefile.comm 

Log message:
        * Makefile.comm (INCLUDES): Fix typo.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1273&r2=1.1274
http://cvs.savannah.gnu.org/viewcvs/groff/Makefile.comm?cvsroot=groff&r1=1.41&r2=1.42

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1273
retrieving revision 1.1274
diff -u -b -r1.1273 -r1.1274
--- ChangeLog   5 Jan 2011 14:36:13 -0000       1.1273
+++ ChangeLog   15 Jan 2011 10:20:53 -0000      1.1274
@@ -1,3 +1,7 @@
+2011-01-15  Colin Watson  <[email protected]>
+
+       * Makefile.comm (INCLUDES): Fix typo.
+
 2011-01-05  Werner LEMBERG  <[email protected]>
 
        * doc/webpage.ms: Fix rendering of title image.

Index: Makefile.comm
===================================================================
RCS file: /cvsroot/groff/groff/Makefile.comm,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- Makefile.comm       13 Dec 2010 17:42:28 -0000      1.41
+++ Makefile.comm       15 Jan 2011 10:20:53 -0000      1.42
@@ -21,7 +21,7 @@
 #
 INCLUDES=-I. -I$(srcdir) \
   -I$(top_builddir)/src/include -I$(top_srcdir)/src/include \
-  -I$(tob_builddir)/src/libs/gnulib/lib
+  -I$(top_builddir)/src/libs/gnulib/lib
 ALL_CCFLAGS=$(INCLUDES) $(CCDEFINES) $(CCFLAGS) $(CPPFLAGS)
 COMPILE.cpp=$(CCC) $(ALL_CCFLAGS) -c
 ALL_CFLAGS=$(INCLUDES) $(CDEFINES) $(CFLAGS) $(CPPFLAGS)

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

Reply via email to