Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/NVIDIA/thrust.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Adelstein Lelbach <brycelelbach@gmail.com>2017-10-05 03:03:50 +0300
committerBryce Adelstein Lelbach aka wash <brycelelbach@gmail.com>2017-12-13 22:56:56 +0300
commitb4a57fce8a905972cd64692ee658add86b54e73a (patch)
tree2d7a1c6d48521aae3284b262c13560d0008979d6 /Makefile
parent56cdd97d9f7bf6d67ea0e11a6f1c3d745816d585 (diff)
Thrust: Fix invocation of python script in Makefile, and make the generate_*.py scripts executable.
[git-p4: depot-paths = "//sw/gpgpu/thrust/": change = 22938084]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fd6de97e..e71cefbf 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ THRUST_MKDIR := $(TMP_PREFIX)/$(TMP_DIR)/$(TMP_ARCH)/thrust/mk
THRUST_DIR := $(ROOTDIR)/thrust
# TODO: Refactor //sw/gpgpu/build and devise a solution in a form of
# include mk file that defines BUILT_ROOTDIR
-res:=$(shell $(PYTHON) generate_mk.py $(THRUST_MKDIR) $(THRUST_DIR))
+res:=$(shell $(PYTHON) ./generate_mk.py $(THRUST_MKDIR) $(THRUST_DIR))
## Generate makefiles
#