diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-11-17 14:36:49 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-11-17 14:36:49 -0500 |
commit | e47cfd5646f55de9688ff42df3055fd9c09b503f (patch) | |
tree | aab6f3c275e0f2ef58110654e4d87e5bc6676130 /WWW/Library/unix/makefile.in | |
parent | b63d287c6f3e67f8574ca2155c661288bc7dcd05 (diff) | |
download | lynx-snapshots-e47cfd5646f55de9688ff42df3055fd9c09b503f.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-95
Diffstat (limited to 'WWW/Library/unix/makefile.in')
-rw-r--r-- | WWW/Library/unix/makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WWW/Library/unix/makefile.in b/WWW/Library/unix/makefile.in index 14053794..f9fbb160 100644 --- a/WWW/Library/unix/makefile.in +++ b/WWW/Library/unix/makefile.in @@ -11,6 +11,7 @@ LFLAGS = prefix = @prefix@ exec_prefix = @exec_prefix@ +top_srcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = $(srcdir) @@ -28,7 +29,7 @@ LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH) #_________________ OK if normal W3 distribution # Where is the WWW source root? -WWW = ../.. +WWW = $(top_srcdir)/WWW # Where should temporary (object) files go? WTMP = ../.. |