diff options
author | Emil Velikov <[email protected]> | 2014-09-01 12:04:12 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-09-02 11:39:29 +0100 |
commit | 5a4e0f3873657d874eb5ff52819f42ea38d54b91 (patch) | |
tree | aa9b67c727571cd21c1ee9d5f4d3afe71087ec10 /src/mesa/Makefile.am | |
parent | 021e84f292ef4bb26631aec41a31c025ada1e8fd (diff) |
Revert "mesa: fix make tarballs"
This reverts commit 0fbb9a599df898d4e1166d6d6f00cb34a0524bea.
Rather than adding hacks around the issue drop the sources from the
final tarball, and re-add them back with 'make dist'. This fixes a
problem when running parallel 'make install' fails as it recreates
sources and triggers partial recompilation.
Cc: "10.2 10.3" <[email protected]>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=83355
Reported-by: Maarten Lankhorst <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Tested-by: Maarten Lankhorst <[email protected]>
Tested-by: Kai Wasserbäch <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.am')
-rw-r--r-- | src/mesa/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am index b23208ae815..e71bccbbe64 100644 --- a/src/mesa/Makefile.am +++ b/src/mesa/Makefile.am @@ -36,8 +36,7 @@ endif gldir = $(includedir)/GL gl_HEADERS = $(top_srcdir)/include/GL/*.h -.PHONY: $(BUILDDIR)main/git_sha1.h.tmp $(BUILDDIR)program/lex.yy.c $(BUILDDIR)program/program_parse.tab.c $(BUILDDIR)program/program_parse.tab.h - +.PHONY: $(BUILDDIR)main/git_sha1.h.tmp $(BUILDDIR)main/git_sha1.h.tmp: @touch main/git_sha1.h.tmp @if test -d $(top_srcdir)/.git; then \ |