Commit 93dd2d69 authored by Dennis Bjorklund's avatar Dennis Bjorklund Committed by Alexandre Julliard

Remove old link before creating the new one.

parent 91222da8
......@@ -41,7 +41,7 @@ debug_channels: dummy
install:: $(MODULE).so
[ -d $(bindir) ] || $(MKDIR) $(bindir)
$(INSTALL_PROGRAM) $(MODULE).so $(bindir)/$(MODULE).so
cd $(bindir) && $(LN_S) wine $(MODULE)
cd $(bindir) && $(RM) $(MODULE) && $(LN_S) wine $(MODULE)
uninstall::
cd $(bindir) && $(RM) $(MODULE) $(MODULE).so
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment