summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-06 12:09:01 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-06 12:09:01 -0600
commitc9739b20555847c398e7b52fb0e580d86f958430 (patch)
tree54e52968cd4b270cd3e473f998ce2309983070f0 /src/mesa/Makefile
parentf8563ddddb9edf056c3c0a5f676f93620c4ce37d (diff)
move directfb-libgl into drivers/directfb/Makefile
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r--src/mesa/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile
index b6485f39d3..d5866bb9f0 100644
--- a/src/mesa/Makefile
+++ b/src/mesa/Makefile
@@ -105,12 +105,6 @@ fbdev-driver: depend subdirs libmesa.a libglapi.a
#####################################################################
# DirectFB driver (libGL.so)
-directfb-libgl: $(CORE_OBJECTS)
- @ $(TOP)/bin/mklib -o $(GL_LIB) -linker '$(CC)' -ldflags '$(LDFLAGS)' \
- -major $(MESA_MAJOR) -minor $(MESA_MINOR) -patch $(MESA_TINY) \
- -install $(TOP)/$(LIB_DIR) $(MKLIB_OPTIONS) $(CORE_OBJECTS) \
- $(GL_LIB_DEPS)
-
directfb-driver: depend subdirs directfb-libgl
cd drivers/directfb && $(MAKE)