mesa: remove oddball linux-directfb-install makefile rule
authorBrian Paul <brianp@vmware.com>
Thu, 5 Feb 2009 15:41:27 +0000 (08:41 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 5 Feb 2009 15:41:27 +0000 (08:41 -0700)
It's probably not needed since the 'make install' rules were overhauled last year.

Makefile
docs/README.directfb

index bf69b2a5873b8d87ca7ff2ab27262dd6fcf4dcc9..419265df807e879d38241869b8978989972477ba 100644 (file)
--- 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
index e3bada4888b0fec843ceb0649647339f59f5c876..d66ca8d3caa44dd04cfbc0a5e03a67822b9e1558 100644 (file)
@@ -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.