[PATCH 2/2] Added C2MANFLAGS so additional flags can be passed to C2MAN (tools/c2man.pl)

max at mtew.isa-geek.net max at mtew.isa-geek.net
Thu Feb 10 00:53:41 CST 2011


From: Max TenEyck Woodbury <max at mtew.isa-geek.net>

---
 Make.vars.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Make.vars.in b/Make.vars.in
index 93eec22..9d45f32 100644
--- a/Make.vars.in
+++ b/Make.vars.in
@@ -60,7 +60,7 @@ CROSSRANLIB     = $(CROSSTARGET)-ranlib
 MKINSTALLDIRS   = $(top_srcdir)/tools/mkinstalldirs -m 755
 WINAPI_CHECK    = $(top_srcdir)/tools/winapi/winapi_check
 BUILDIMAGE      = $(top_srcdir)/tools/buildimage
-C2MAN           = $(top_srcdir)/tools/c2man.pl
+C2MAN           = $(top_srcdir)/tools/c2man.pl $(C2MANFLAGS)
 RUNTEST         = $(top_srcdir)/tools/runtest
 MAKECTESTS      = $(TOOLSDIR)/tools/make_ctests$(TOOLSEXT)
 MAKEDEP         = $(TOOLSDIR)/tools/makedep$(TOOLSEXT)
-- 
1.7.4




More information about the wine-patches mailing list