Mesa (master): glsl: Remove $(PWD) from Makefile in favor of .

Kenneth Graunke kwg at kemper.freedesktop.org
Sat Feb 19 08:06:50 UTC 2011


Module: Mesa
Branch: master
Commit: b1002e4aa50a634f5663eb416e9a0a582fb95633
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b1002e4aa50a634f5663eb416e9a0a582fb95633

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Sat Feb 19 00:06:00 2011 -0800

glsl: Remove $(PWD) from Makefile in favor of .

Hopefully should fix bug #34468.

---

 src/glsl/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/glsl/Makefile b/src/glsl/Makefile
index cf8d4b1..876f0df 100644
--- a/src/glsl/Makefile
+++ b/src/glsl/Makefile
@@ -208,6 +208,6 @@ builtin_compiler: $(GLSL2_OBJECTS) $(OBJECTS) builtin_stubs.o
 
 builtin_function.cpp: builtins/profiles/* builtins/ir/* builtins/tools/generate_builtins.py builtins/tools/texture_builtins.py builtin_compiler
 	@echo Regenerating builtin_function.cpp...
-	$(PYTHON2) $(PYTHON_FLAGS) builtins/tools/generate_builtins.py $(PWD)/builtin_compiler > builtin_function.cpp
+	$(PYTHON2) $(PYTHON_FLAGS) builtins/tools/generate_builtins.py ./builtin_compiler > builtin_function.cpp
 
 -include depend




More information about the mesa-commit mailing list