Module: wine Branch: refs/heads/master Commit: cc3d4d3df34ed7da0aade5a4b6e3ad926ac93b3c URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=cc3d4d3df34ed7da0aade5a4...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Mar 8 11:31:50 2006 +0100
dlls: Added a default install-lib rule for dlls that don't have one.
---
dlls/Makeimplib.rules.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/dlls/Makeimplib.rules.in b/dlls/Makeimplib.rules.in index 4c11ab0..4d93ee7 100644 --- a/dlls/Makeimplib.rules.in +++ b/dlls/Makeimplib.rules.in @@ -27,6 +27,8 @@ install install-dev:: $(MODULE) $(MKINSTALLDIRS) $(DESTDIR)$(dlldir) $(INSTALL_DATA) $(MODULE) $(DESTDIR)$(dlldir)/$(MODULE)
+install-lib:: + uninstall:: $(RM) $(DESTDIR)$(dlldir)/$(MODULE)