mesa: remove oddball linux-directfb-install makefile rule

It's probably not needed since the 'make install' rules were overhauled last year.
This commit is contained in:
Brian Paul 2009-02-05 08:41:27 -07:00
parent 681a13e7f9
commit 6e5d311719
2 changed files with 2 additions and 5 deletions

View File

@ -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

View 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.