lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev lynx2.8.2dev.8 can't build outside of the source tree.


From: Masashi Fujita
Subject: lynx-dev lynx2.8.2dev.8 can't build outside of the source tree.
Date: Sun, 06 Dec 1998 23:55:13 +0900

Dear lynx maintainers:

Attached patch should be required to build lynx
outside of the source tree (due to userdefs.h lookup failure).

                                Sincerely.

-- M.Fujita -- address@hidden -- address@hidden
diff -ru ORIG/lynx2.8.2dev.8/src/chrtrans/makefile.in 
lynx2.8.2dev.8/src/chrtrans/makefile.in
--- ORIG/lynx2.8.2dev.8/src/chrtrans/makefile.in        Thu Nov 19 04:23:55 1998
+++ lynx2.8.2dev.8/src/chrtrans/makefile.in     Sun Dec  6 23:36:43 1998
@@ -33,6 +33,7 @@
                -I$(top_srcdir)/src \
                -I$(top_srcdir)/src/chrtrans \
                -I$(top_srcdir)/$(WWWINC) \
+               -I$(top_srcdir)/        \
                $(SITE_DEFS)
 CC_OPTS                = $(CPP_OPTS) $(CFLAGS)
 

reply via email to

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