diff options
author | Brian Paul <[email protected]> | 2008-06-06 12:09:01 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-06 12:09:01 -0600 |
commit | c9739b20555847c398e7b52fb0e580d86f958430 (patch) | |
tree | 54e52968cd4b270cd3e473f998ce2309983070f0 /src/mesa/Makefile | |
parent | f8563ddddb9edf056c3c0a5f676f93620c4ce37d (diff) |
move directfb-libgl into drivers/directfb/Makefile
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r-- | src/mesa/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile index b6485f39d3a..d5866bb9f0b 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) |