diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2016-02-13 17:14:03 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2016-02-13 17:14:03 -0500 |
commit | 30ce56dc76f3a098c42c7ac9701fc4a223847fa2 (patch) | |
tree | 15e8a0aed66d93fb26c9a819846527eada1a0905 /Makefile | |
parent | 4cd28ed2aa3f098a1d35dd44ecec27002fadb89b (diff) | |
download | bfs-30ce56dc76f3a098c42c7ac9701fc4a223847fa2.tar.xz |
Implement -iname and -ipath.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |