Don't make libmesa.a or libglapi.a depend on asm_subdirs
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 23 Jun 2008 14:14:14 +0000 (08:14 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 23 Jun 2008 14:14:49 +0000 (08:14 -0600)
commit76b94a636eea0ffb642a90cf9ff4a00bfe6e064e
treec9a4919fefed490f261a77453d27ddea2b1196f2
parent8319f2f326f74a93b51eb3db1e9f619a2a74e14e
Don't make libmesa.a or libglapi.a depend on asm_subdirs

Since the asm_subdirs target does not actually create a file, make will
always consider that it needs to be rebuilt. If libmesa.a and libglapi.a
have asm_subdirs as a prerequisite, then they will always need to be
rebuilt, too. The correct order will be preserved by the default target,
though.

This should fix #16358.

Conflicts:

src/mesa/Makefile

cherry-picked from master
src/mesa/Makefile