summaryrefslogtreecommitdiffhomepage
path: root/auto/modules/python/make
diff options
context:
space:
mode:
Diffstat (limited to 'auto/modules/python/make')
-rw-r--r--auto/modules/python/make4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/modules/python/make b/auto/modules/python/make
index edb8f0c0..b405a03a 100644
--- a/auto/modules/python/make
+++ b/auto/modules/python/make
@@ -1,6 +1,6 @@
-# Copyright (C) NGINX, Inc.
# Copyright (C) Valentin V. Bartenev
+# Copyright (C) NGINX, Inc.
$echo >> $NXT_MAKEFILE
@@ -15,7 +15,7 @@ do
cat << END >> $NXT_MAKEFILE
$NXT_BUILD_DIR/$nxt_obj: $nxt_src
- \$(CC) -c \$(CFLAGS) \$(NXT_INCS) -I $NXT_PYTHON_INCLUDE \\
+ \$(CC) -c \$(CFLAGS) \$(NXT_INCS) $NXT_PYTHON_INCLUDE \\
$NXT_LIB_AUX_CFLAGS \\
-o $NXT_BUILD_DIR/$nxt_obj \\
$nxt_src