diff options
author | Ian Romanick <[email protected]> | 2011-04-06 13:29:59 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2011-04-06 13:29:59 -0700 |
commit | 3831ba6dd1989e3e4299e033196ec60e0b96106f (patch) | |
tree | df29cbcf29ac836d299d8cd84f3e2021ddfe2392 | |
parent | 812e11f4b4664593a84f63de5a396d7216c66ff0 (diff) |
mesa: Remove nonexistant files from _FILES lists
This allows 'make -j1 tarballs' to work.
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 \ |