Module: wine Branch: master Commit: 303b79afa6cd7ff2dc36632b79f4d68ea4493f3f URL: http://source.winehq.org/git/wine.git/?a=commit;h=303b79afa6cd7ff2dc36632b79...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Feb 3 11:50:37 2010 +0100
makefiles: Get rid of the (broken) aclocal installation rules.
---
Makefile.in | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-)
diff --git a/Makefile.in b/Makefile.in index 2d2d8b7..febb03e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -51,8 +51,6 @@ all: Make.rules $(PROGRAMS)
WINAPI_CHECK_EXTRA_FLAGS = --global
-INSTALLDIRS = $(DESTDIR)$(datadir)/aclocal - @MAKE_RULES@
$(SRCDIR)/configure: @MAINTAINER_MODE@ configure.ac aclocal.m4 @@ -75,15 +73,8 @@ wine: $(WINEWRAPPER)
# Installation rules
-install-aclocal: $(DESTDIR)$(datadir)/aclocal dummy - -.PHONY: install-aclocal - -@WOW64_DISABLE@ install install-dev:: install-aclocal - uninstall:: - $(RM) $(DESTDIR)$(datadir)/aclocal/wine.m4 - -rmdir $(DESTDIR)$(datadir)/wine $(DESTDIR)$(datadir)/aclocal + -rmdir $(DESTDIR)$(datadir)/wine
# Dependencies between directories