[hackers] [scc] Simplify base command line || Roberto E. Vargas Caballero
commit ccf46f44ef117d53e4453ddd7bb967c05f7490a3
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Thu Jan 28 13:03:30 2016 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Thu Jan 28 13:03:30 2016 +0100
Simplify base command line
diff --git a/config.mk b/config.mk
index 4101c80..dc6cd88 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -14,7 +14,7 @@ MANPREFIX = ${PREFIX}/share/man
# AR = ar
# for Plan9 add -D_SUSV2_SOURCE -DNBOOL
-SCC_CFLAGS = -DNDEBUG -Iarch/$(ARCH) -DPREFIX=\""$(PREFIX)"\" $(CFLAGS)
+SCC_CFLAGS = -DNDEBUG -Iarch/$(ARCH) -DPREFIX=\"$(PREFIX)\" $(CFLAGS)
SCC_LDFLAGS = $(LDFLAGS)
.c.o:
Received on Thu Jan 28 2016 - 13:03:56 CET
This archive was generated by hypermail 2.3.0
: Thu Jan 28 2016 - 13:12:14 CET