Revision
153
Author
gstaplin@apple.com
Date
2009-02-16 15:42:57 -0800 (Mon, 16 Feb 2009)

Log Message

Add a depedency to the apple_glx_pixmap target for appledri.h

Modified Paths

Diff

Modified: AppleSGLX/trunk/Makefile (152 => 153)


--- AppleSGLX/trunk/Makefile	2009-02-16 23:02:51 UTC (rev 152)
+++ AppleSGLX/trunk/Makefile	2009-02-16 23:42:57 UTC (rev 153)
@@ -90,7 +90,7 @@
 apple_glx_pbuffer.o: apple_glx_pbuffer.h apple_glx_pbuffer.c
 	$(COMPILE) apple_glx_pbuffer.c
 
-apple_glx_pixmap.o: apple_glx_pixmap.h apple_glx_pixmap.c
+apple_glx_pixmap.o: apple_glx_pixmap.h apple_glx_pixmap.c appledri.h
 	$(COMPILE) apple_glx_pixmap.c
 
 xfont.o: xfont.c glxclient.h