bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

typo in Makefile.comm


From: Colin Watson
Subject: typo in Makefile.comm
Date: Sun, 9 Jan 2011 15:09:07 +0000
User-agent: Mutt/1.5.18 (2008-05-17)

I happened to notice this typo in Makefile.comm, as a result of
wondering why my make output contained '-I/src/libs/gnulib/lib'.

=== modified file 'Makefile.comm'
--- Makefile.comm       2010-12-13 17:42:28 +0000
+++ Makefile.comm       2011-01-09 15:07:35 +0000
@@ -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)

Thanks,

-- 
Colin Watson                                       address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]