blob: e735d1b3719dda62d19e7bfc4f7d06c3194fe176 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 2001/04/12 21:52:14 jtb Exp $
--- Makefile.orig Sat Jul 29 17:59:18 2000
+++ Makefile
@@ -6,7 +6,7 @@
# In fact, CWEB 3.61 is recommended for making hardcopy or PDF documentation.
# If you prefer optimization to debugging, change -g to something like -O:
-CFLAGS = -g
+#CFLAGS = -g
# Uncomment the second line if you use pdftex to bypass .dvi files:
PDFTEX = dvipdfm
|