Alexandre Julliard : dlls: Added a default install-lib rule for dlls that don't have one.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Mar 8 06:08:31 CST 2006


Module: wine
Branch: refs/heads/master
Commit: cc3d4d3df34ed7da0aade5a4b6e3ad926ac93b3c
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=cc3d4d3df34ed7da0aade5a4b6e3ad926ac93b3c

Author: Alexandre Julliard <julliard at 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)
 




More information about the wine-cvs mailing list