remove a non-portable syntax in Makefile - saait - the most boring static page … | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 97a7e89e3e3204a474abe40c86645672c5edaccf | |
parent 5e2350c111fc98aa24afd457ce076641f3f451da | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 21 Jan 2018 16:14:54 +0100 | |
remove a non-portable syntax in Makefile | |
Diffstat: | |
M config.mk | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/config.mk b/config.mk | |
@@ -29,4 +29,4 @@ LDFLAGS = -s ${LIBS} | |
CPPFLAGS = -D_DEFAULT_SOURCE ${INCS} | |
# OpenBSD 5.9+: use pledge(2) | |
-#CPPFLAGS += -DUSE_PLEDGE | |
+#CPPFLAGS = -D_DEFAULT_SOURCE -DUSE_PLEDGE ${INCS} |