From: Quentin Rameau Date: Sat, 2 Dec 2017 18:04:22 +0000 (+0100) Subject: Remove a non-portable syntax in Makefile X-Git-Url: https://git.armaanb.net/?p=stagit.git;a=commitdiff_plain;h=fd3a542c94ae54c6730084f2095f3c329a70c51f Remove a non-portable syntax in Makefile --- diff --git a/config.mk b/config.mk index c50af69..477f4fc 100644 --- a/config.mk +++ b/config.mk @@ -29,4 +29,4 @@ LDFLAGS = -s ${LIBS} CPPFLAGS = -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE ${INCS} # OpenBSD 5.9+: use pledge(2) -#CPPFLAGS += -DUSE_PLEDGE +#CPPFLAGS = -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -DUSE_PLEDGE ${INCS}