summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2016-02-13 17:14:03 -0500
committerTavian Barnes <tavianator@tavianator.com>2016-02-13 17:14:03 -0500
commit30ce56dc76f3a098c42c7ac9701fc4a223847fa2 (patch)
tree15e8a0aed66d93fb26c9a819846527eada1a0905 /Makefile
parent4cd28ed2aa3f098a1d35dd44ecec27002fadb89b (diff)
downloadbfs-30ce56dc76f3a098c42c7ac9701fc4a223847fa2.tar.xz
Implement -iname and -ipath.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d6e7870..02f6554 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ LDFLAGS ?=
DEPFLAGS ?= -MD -MP -MF $(@:.o=.d)
RM ?= rm -f
-LOCAL_CPPFLAGS := -D_DEFAULT_SOURCE
+LOCAL_CPPFLAGS := -D_DEFAULT_SOURCE -D_GNU_SOURCE
LOCAL_CFLAGS := -std=c99
ALL_CPPFLAGS = $(LOCAL_CPPFLAGS) $(CPPFLAGS)