<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- Makefile	2009-04-30 04:18:46.000000000 -0500
+++ Makefile	2009-08-22 13:16:00.000000000 -0500
@@ -1,5 +1,5 @@
 ttf2eot: OpenTypeUtilities.o ttf2eot.o
-	g++ -o $@ $^
+	$(CXX) -o $@ $^
 
 clean:
 	rm -f *.o *.core *.obj *.exe core ttf2eot
</pre></body></html>