Hi, Currently, the gallium-0.1 branch fails when doing make install, attached patch adds (like in glx dir) an empty install target to the gallium Makefile, which will avoid this.
Please apply -- Hanno Böck Blog: http://www.hboeck.de/ GPG: 3DBD3B20 Jabber/Mail: [EMAIL PROTECTED]
--- src/gallium/Makefile.1 2008-03-11 23:18:00.000000000 +0100 +++ src/gallium/Makefile 2008-03-11 23:18:04.000000000 +0100 @@ -19,3 +19,6 @@ clean: rm -f `find . -name \*.[oa]` rm -f `find . -name depend` + +# Dummy install target +install:
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
