6856227 SUNWxorg-server: vmmouse direct dynamic dependency issue nv_138
authorAlan Coopersmith <Alan.Coopersmith@Oracle.COM>
Wed, 07 Apr 2010 19:18:11 -0700
changeset 936 c00d9e917133
parent 935 f812f9863e75
child 937 ad36fb6738cd
6856227 SUNWxorg-server: vmmouse direct dynamic dependency issue
open-src/driver/xf86-input-vmmouse/Makefile
--- a/open-src/driver/xf86-input-vmmouse/Makefile	Wed Apr 07 15:57:52 2010 -0700
+++ b/open-src/driver/xf86-input-vmmouse/Makefile	Wed Apr 07 19:18:11 2010 -0700
@@ -55,19 +55,4 @@
 	--with-hal-fdi-dir=/etc/hal/fdi/policy/10osvendor$(ARCHLIBSUBDIR) \
 	--bindir=$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR)
 
-# Libraries/modules to link with
-MODULE_LD_OPTIONS= mouse_drv.so
-MODULE_ADD_SOURCE_TARGETS= source_mouse_drv_links
-
 include ../Makefile.inc
-
-MOUSE_DRV_LINKS = \
-	$(SOURCE_DIR)/src/mouse_drv.so \
-	$(SOURCE_DIR)/tools/mouse_drv.so
-
-source_mouse_drv_links: $(MOUSE_DRV_LINKS)
-default_build: $(MOUSE_DRV_LINKS)
-
-$(MOUSE_DRV_LINKS): $(UNPACK_TARGET)
-	-rm -f $@
-	ln -s $(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir)/input/mouse_drv.so $@