about summary refs log tree commit diff stats
path: root/WWW/Library/djgpp/makefile
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1997-08-07 14:35:47 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1997-08-07 14:35:47 -0400
commit29e32111a2573cf7ecc9cd1d09dbf7dedd15dfcd (patch)
treeeb21837aa9b85afaaf8381d71600e1e6dfe78cb3 /WWW/Library/djgpp/makefile
parenta93eca0b83e4d890c28d271eb3293f08666c613e (diff)
downloadlynx-snapshots-29e32111a2573cf7ecc9cd1d09dbf7dedd15dfcd.tar.gz
snapshot of project "lynx", label v2-7-1ac_0-47
Diffstat (limited to 'WWW/Library/djgpp/makefile')
-rw-r--r--WWW/Library/djgpp/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/WWW/Library/djgpp/makefile b/WWW/Library/djgpp/makefile
index 2d096a16..d3cc446e 100644
--- a/WWW/Library/djgpp/makefile
+++ b/WWW/Library/djgpp/makefile
@@ -5,14 +5,14 @@
 WWW_MACH = djgpp
 
 # The ASIS repository's name for the machine we are on
-ASIS_MACH = hardware/os
+#ASIS_MACH = hardware/os
 
-CFLAGS = -O -DEXP_CHARTRANS -DCOLOR_CURSES -DDOSPATH -DNOUSERS -DDEBUG -I../../../djgpp/tcplib/include -I../../../djgpp/tcplib/include/tcp
+CFLAGS = -O -DCOLOR_CURSES -DDOSPATH -DNOUSERS -DDEBUG -I../../../djgpp/tcplib/include -I../../../djgpp/tcplib/include/tcp
 LFLAGS =
 CC = gcc
 
 # Directory for installed binary:
-BINDIR = /usr/local/bin
+!BINDIR = /usr/local/bin
 
 # Where is the W3 object library to be installed (not normally done)?
 LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)