glsl/build: Build glcpp via the glsl Makefile

Removing the subdirectory recursion provides a small speed up.

Tested-by: Andreas Boll <andreas.boll.dev@gmail.com>
This commit is contained in:
Matt Turner
2013-01-14 22:00:08 -08:00
parent cc9f609cb9
commit 86d30dea3c
8 changed files with 95 additions and 94 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#!/bin/sh
if [ ! -z "$srcdir" ]; then
testdir=$srcdir/tests
glcpp=`pwd`/glcpp
testdir=$srcdir/glcpp/tests
glcpp=`pwd`/glcpp/glcpp
else
testdir=.
glcpp=../glcpp