diff options
author | Quentin Rameau <quinq@fifth.space> | 2017-12-02 19:04:22 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2017-12-07 19:07:48 +0100 |
commit | fd3a542c94ae54c6730084f2095f3c329a70c51f (patch) | |
tree | ab4fd48a414e54e3362fe4e89666d646c9fafabc | |
parent | fb0ec82a615db929d100f6bed2f7299f91afbb5d (diff) | |
download | stagit-fork-fd3a542c94ae54c6730084f2095f3c329a70c51f.zip |
Remove a non-portable syntax in Makefile
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |