remove a non-portable syntax in Makefile - saait - the most boring static page generator
 (HTM) git clone git://git.codemadness.org/saait
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 97a7e89e3e3204a474abe40c86645672c5edaccf
 (DIR) parent 5e2350c111fc98aa24afd457ce076641f3f451da
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       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(-)
       ---
 (DIR) 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}