From 303b79afa6cd7ff2dc36632b79f4d68ea4493f3f Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 3 Feb 2010 11:50:37 +0100 Subject: [PATCH] makefiles: Get rid of the (broken) aclocal installation rules. --- Makefile.in | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Makefile.in b/Makefile.in index 2d2d8b77fd5..febb03ec9a5 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 -- 2.11.4.GIT