mesa: fix build of stand-alone glslcompiler driver

This commit is contained in:
Brian Paul
2009-01-13 14:39:55 -07:00
parent f97792421b
commit a5b5bc9f95
+1 -1
View File
@@ -33,7 +33,7 @@ default: $(PROGRAM)
glslcompiler: $(OBJECTS)
$(CC) $(OBJECTS) -lm -lpthread -o $@
$(CC) $(OBJECTS) $(GL_LIB_DEPS) -o $@
glslcompiler.o: glslcompiler.c