[Groonga-commit] groonga/groonga at 131cd89 [master] Use builddir for generated files

Back to archive index

Kouhei Sutou null+****@clear*****
Wed May 15 23:49:38 JST 2013


Kouhei Sutou	2013-05-15 23:49:38 +0900 (Wed, 15 May 2013)

  New Revision: 131cd89e10bc85431a40939f6bd37c560b72a34e
  https://github.com/groonga/groonga/commit/131cd89e10bc85431a40939f6bd37c560b72a34e

  Message:
    Use builddir for generated files

  Modified files:
    src/httpd/Makefile.am

  Modified: src/httpd/Makefile.am (+2 -2)
===================================================================
--- src/httpd/Makefile.am    2013-05-15 23:38:49 +0900 (8a68fcb)
+++ src/httpd/Makefile.am    2013-05-15 23:49:38 +0900 (88bcc03)
@@ -1,4 +1,4 @@
-NGINX_DIR = $(top_srcdir)/vendor/nginx-$(NGINX_VERSION)
+NGINX_DIR = $(top_builddir)/vendor/nginx-$(NGINX_VERSION)
 
 EXTRA_DIST = 					\
 	nginx-module				\
@@ -13,7 +13,7 @@ NGINX_MAKEFILE_DEPEND_FILES =			\
 	$(srcdir)/nginx-module/config
 
 $(NGINX_MAKEILE): $(NGINX_MAKEFILE_DEPEND_FILES)
-	./configure --srcdir="$(srcdir)" `../../config.status --config`
+	$(srcdir)/configure --srcdir="$(srcdir)" `../../config.status --config`
 
 # nginx's Makefile specify 'build' as the default rule.
 # This isn't compatible with the 'all' default rule generated by Automake
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index