commit ccf46f44ef117d53e4453ddd7bb967c05f7490a3
Author:     Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Thu Jan 28 13:03:30 2016 +0100
Commit:     Roberto E. Vargas Caballero <[email protected]>
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
@@ -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:

Reply via email to