stagit

Remove a non-portable syntax in Makefile

Quentin Rameau contact@arjunchoudhary.com

commit: 0816f39 parent: 46064dd
1 files changed, 1 insertions(+), 1 deletions(-)
Mconfig.mk+1-1
M · config.mk +1, -1
1@@ -29,4 +29,4 @@ LDFLAGS = -s ${LIBS}
2 CPPFLAGS = -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE ${INCS}
3 
4 # OpenBSD 5.9+: use pledge(2)
5-#CPPFLAGS += -DUSE_PLEDGE
6+#CPPFLAGS = -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -DUSE_PLEDGE ${INCS}