blob: 559fe154cc5315b9be91a588a4d323852cd70784 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- Makefile.in.orig Wed Jan 23 13:32:44 2002
+++ Makefile.in Wed Jan 23 13:32:53 2002
@@ -87,7 +87,6 @@ wine: dlls $(EMUOBJS)
install:: all $(INSTALLSUBDIRS:%=%/__install__)
[ -d $(bindir) ] || $(MKDIR) $(bindir)
$(INSTALL_PROGRAM) wine $(bindir)/wine
- -$(LDCONFIG)
uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__)
cd $(bindir) && $(RM) wine
|