aboutsummaryrefslogtreecommitdiff
path: root/make.c
diff options
context:
space:
mode:
Diffstat (limited to 'make.c')
-rw-r--r--make.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/make.c b/make.c
index 469cc98..2af70e1 100644
--- a/make.c
+++ b/make.c
@@ -1,10 +1,4 @@
-#if __has_include(<features.h>)
-# include <features.h>
-# ifdef __GLIBC__
-# define _POSIX_C_SOURCE 200809L
-# endif
-#endif
-
+#define _GNU_SOURCE
#include <errno.h>
#include <getopt.h>
#include <limits.h>
@@ -112,7 +106,7 @@ main(int argc, char **argv)
CMDPRC(c);
}
- if (foutdated("./grab", "src/grab.c", "src/compat.h", "src/da.h",
+ if (foutdated("./grab", "src/grab.c", "src/da.h",
"vendor/librune/librune.a"))
{
env_or_default(&sv, "CC", CC);