Mesa (master): mesa: asst. progs/test/Makefile files

Brian Paul brianp at kemper.freedesktop.org
Fri Apr 10 14:58:26 UTC 2009


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

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Apr 10 08:56:03 2009 -0600

mesa: asst. progs/test/Makefile files

---

 progs/tests/Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index 58ea569..90c41a3 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -201,10 +201,10 @@ fillrate.o: fillrate.c readtex.h
 
 
 floattex: floattex.o readtex.o shaderutil.o
-	$(CC) $(CFLAGS) $(LDFLAGS) floattex.o readtex.o shaderutil.o $(LIBS) -o $@
+	$(APP_CC) $(CFLAGS) $(LDFLAGS) floattex.o readtex.o shaderutil.o $(LIBS) -o $@
 
 floattex.o: floattex.c readtex.h shaderutil.h
-	$(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) floattex.c -o $@
+	$(APP_CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) floattex.c -o $@
 
 
 readtex.o: readtex.c
@@ -230,7 +230,7 @@ shaderutil.h: $(TOP)/progs/util/shaderutil.h
 	cp $< .
 
 shaderutil.o: shaderutil.c shaderutil.h
-	$(CC) -c -I$(INCDIR) $(CFLAGS) shaderutil.c
+	$(APP_CC) -c -I$(INCDIR) $(INCLUDES) $(CFLAGS) shaderutil.c
 
 
 




More information about the mesa-commit mailing list