bug-groff
[Top][All Lists]
Advanced

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

Re: groff-1.18: two build bugs


From: Werner LEMBERG
Subject: Re: groff-1.18: two build bugs
Date: Mon, 29 Jul 2002 07:23:57 +0200 (CEST)

> >   make &> make.log
> 
> Done.  (Actually I used nohup, but that should be just as good.)

I got it.  Here a patch for contrib/mom/Makefile.sub.


    Werner


======================================================================


--- Makefile.sub~       Wed Jul 24 17:16:20 2002
+++ Makefile.sub        Mon Jul 29 07:22:05 2002
@@ -23,8 +23,8 @@
   $(top_builddir)/src/devices/grops
 groff_bin_path=`echo $(groff_bin_dirs) | sed -e 's|  *|:|g'`
 
-FFLAG=-F$(top_builddir)/font
-TFLAG=-M$(top_builddir)/tmac -M$(srcdir)
+FFLAG=-F$(top_builddir)/font -F$(top_srcdir)/font
+TFLAG=-M$(top_builddir)/tmac -M$(top_srcdir)/tmac -M$(srcdir)
 
 GROFF=GROFF_COMMAND_PREFIX=''; \
       export GROFF_COMMAND_PREFIX; \



reply via email to

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