Kouhei Sutou
null+****@clear*****
Sun May 3 12:11:30 JST 2015
Kouhei Sutou 2015-05-03 12:11:30 +0900 (Sun, 03 May 2015) New Revision: e843c572b6b66868d09494e099624f92d303e257 https://github.com/groonga/groonga/commit/e843c572b6b66868d09494e099624f92d303e257 Message: Add missing variable extraction... Modified files: src/httpd/configure Modified: src/httpd/configure (+1 -1) =================================================================== --- src/httpd/configure 2015-05-03 12:09:52 +0900 (2eb6c52) +++ src/httpd/configure 2015-05-03 12:11:30 +0900 (506ee4c) @@ -101,7 +101,7 @@ if [ "${GROONGA_HTTPD_DEBUG}" = "yes" ]; then sed \ -e '/^CFLAGS =/ s/ -O / -O0 /' \ -e '/^CFLAGS =/ s/ -g / -g3 /' \ - objs_makefile_backup > objs/Makefile + "${objs_makefile_backup}" > objs/Makefile fi # Consider security by using position independent code (PIE). -------------- next part -------------- HTML����������������������������...Download