blob: e1deddbdf8bda58d00755889eb61ab0feb276dbc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- make_unix.orig Mon Apr 7 20:30:46 2003
+++ make_unix Mon Apr 7 20:31:36 2003
@@ -9,8 +9,9 @@
# [a more up-to-date book documenting Spin will appear in 2003]
# CC=gcc # or any other ansi compatible c compiler
-CC=cc -g -DNXT # -DNXT enables the X operator in LTL
-CFLAGS=-ansi -D_POSIX_SOURCE # on some systems add: -I/usr/include
+# CC=cc -g -DNXT # -DNXT enables the X operator in LTL
+# CFLAGS=-ansi -D_POSIX_SOURCE # on some systems add: -I/usr/include
+CFLAGS += -DNXT
# on Solaris: add -DSOLARIS
# on PCs: add -DPC
|