Mesa (7.10): mesa: Remove nonexistant files from _FILES lists

Ian Romanick idr at kemper.freedesktop.org
Wed Apr 6 20:47:27 UTC 2011


Module: Mesa
Branch: 7.10
Commit: 3831ba6dd1989e3e4299e033196ec60e0b96106f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3831ba6dd1989e3e4299e033196ec60e0b96106f

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Wed Apr  6 13:29:59 2011 -0700

mesa: Remove nonexistant files from _FILES lists

This allows 'make -j1 tarballs' to work.

---

 Makefile |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 9159f9a..0862a65 100644
--- a/Makefile
+++ b/Makefile
@@ -209,7 +209,6 @@ MAIN_FILES = \
 	$(DIRECTORY)/docs/README.*					\
 	$(DIRECTORY)/docs/RELNOTES*					\
 	$(DIRECTORY)/docs/*.spec					\
-	$(DIRECTORY)/include/GL/internal/glcore.h			\
 	$(DIRECTORY)/include/GL/gl.h					\
 	$(DIRECTORY)/include/GL/glext.h					\
 	$(DIRECTORY)/include/GL/gl_mangle.h				\
@@ -308,8 +307,7 @@ MAPI_FILES = \
 	$(DIRECTORY)/src/mapi/mapi/*.[ch]				\
 	$(DIRECTORY)/src/mapi/vgapi/Makefile				\
 	$(DIRECTORY)/src/mapi/vgapi/vgapi.csv				\
-	$(DIRECTORY)/src/mapi/vgapi/vg.pc.in				\
-	$(DIRECTORY)/src/mapi/vgapi/*.h
+	$(DIRECTORY)/src/mapi/vgapi/vg.pc.in
 
 EGL_FILES = \
 	$(DIRECTORY)/include/KHR/*.h					\




More information about the mesa-commit mailing list