commit 464175ade20360c3f131fb85dc9d9eaecdd4a823
parent 2a9ac4414fb450921c6e7f2918f644e34b1fdf6c
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Wed, 15 Jun 2016 11:06:06 +0200
Update config.mk after deboolification
We do not need anymore NBOOL for anything.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk
@@ -16,7 +16,7 @@ MANPREFIX = ${PREFIX}/share/man
# CC = c99
# AR = ar
-# for Plan9 add -D_SUSV2_SOURCE -DNBOOL
+# for Plan9 add -D_SUSV2_SOURCE
SCC_CFLAGS = -DNDEBUG -Iarch/$(ARCH) -DPREFIX=\"$(PREFIX)\" $(CFLAGS)
SCC_LDFLAGS = $(LDFLAGS)