mesa: fix make tarballs
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 31 Aug 2014 22:16:15 +0000 (23:16 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sun, 31 Aug 2014 23:22:20 +0000 (00:22 +0100)
commit88cbe3908f0ea08228a5ffb1808f98b6906c4416
treee33ba09f17894f9c79015acd70e95465a7c54b2a
parent5598458e69232dcab9500717edbbf88085223529
mesa: fix make tarballs

Current method of generating distribution tar-balls involves manually
invoking make + target name in the appropriate places. This temporary
solution is used until we get 'make dist' working.

Currently it does not work, as in order to have the target (which is
also a filename) available in the final Makefile we need to add a PHONY
target + use the correct target name.

Cc: "10.2 10.3" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Makefile.am
src/mesa/Makefile.am