Meta/Make: remove _BSD_SOURCE from -pedantic
Junio C Hamano committed
Dec 20, 2006 at 12:23 UTC
fc70b3b9ba185847223c3366adeeae3c4df1148e
1 file changed
+1
-1
Make
+1
-1
index c92deda259..fabe6418d1 100755
--- a/Make
+++ b/Make
@@ -36,7 +36,7 @@ while case $# in 0) break ;; esac
do
case "$1" in
-pedantic)
- O="$O -Werror -ansi -pedantic -std=c99 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE"
+ O="$O -Werror -ansi -pedantic -std=c99 -D_XOPEN_SOURCE=600"
;;
--)
shift