Meta/Make: remove _BSD_SOURCE from -pedantic

This commit is contained in:
Junio C Hamano
2006-12-20 12:23:24 -08:00
parent a94df759cb
commit fc70b3b9ba

2
Make
View File

@@ -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