From: Brian Paul Date: Thu, 5 Feb 2009 15:41:27 +0000 (-0700) Subject: mesa: remove oddball linux-directfb-install makefile rule X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e5d3117193fcbaa19c605c4d73241243ed46bcc;p=mesa.git mesa: remove oddball linux-directfb-install makefile rule It's probably not needed since the 'make install' rules were overhauled last year. --- diff --git a/Makefile b/Makefile index bf69b2a5873..419265df807 100644 --- a/Makefile +++ b/Makefile @@ -44,10 +44,6 @@ install: done -# DirectFBGL module installation -linux-directfb-install: - cd src/mesa/drivers/directfb && $(MAKE) install - .PHONY: default doxygen clean realclean install linux-directfb-install # If there's no current configuration file diff --git a/docs/README.directfb b/docs/README.directfb index e3bada4888b..d66ca8d3caa 100644 --- a/docs/README.directfb +++ b/docs/README.directfb @@ -22,7 +22,8 @@ Installation to install OpenGL libraries and - make linux-directfb-install + cd src/mesa/drivers/directfb ; make install to install DirectFBGL module in the proper location. + Actually, that last command may not be needed. Please provide feedback.