blob: 8867ad2ed574fdef7a0cb451c768df18e1fc9723 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- makefile.orig Wed Jun 23 18:26:14 1999
+++ makefile Wed Jun 23 18:27:41 1999
@@ -10,8 +10,8 @@
# Send bug-reports and/or questions to: gerard@research.bell-labs.com
# The book is available frm www.amazon.com
-CC=cc -O2 -DNXT # or any other ansi compatible c compiler
-CFLAGS=-ansi -D_POSIX_SOURCE # on some systems add: -I/usr/include
+# CC=cc -O2 -DNXT # or any other ansi compatible c compiler
+# CFLAGS=-ansi -D_POSIX_SOURCE # on some systems add: -I/usr/include
# on Solaris: add -DSOLARIS
# on PCs: add -DPC
|