open-src/xserver/xorg/Makefile
changeset 527 9765e161a086
parent 493 f43507b5737d
child 538 599d40650a72
--- a/open-src/xserver/xorg/Makefile	Fri Sep 05 06:33:56 2008 -0700
+++ b/open-src/xserver/xorg/Makefile	Fri Sep 05 14:48:23 2008 -0700
@@ -30,7 +30,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile	1.64	08/08/08
+# @(#)Makefile	1.65	08/09/05
 #
 
 # Build 32-bit or 64-bit?
@@ -101,6 +101,8 @@
 source_gen:: $(LNDIR)
 	-$(RM) -f $(SOURCE_DIR)/hw/xfree86/scanpci/pci.ids \
 		$(SOURCE_DIR)/hw/xfree86/scanpci/xf86PciIds.h
+	(mkdir -p $(SOURCE_DIR)/GL/mesa/vbo)
+	(cp ./sun-src/mesa/Makefile.am $(SOURCE_DIR)/GL/mesa/vbo)
 	(cd $(SOURCE_DIR) && $(LNDIR) ../../sun-src)
 
 # Force broken xf1bpp sources in 1.3 to be regenerated