From: Eric Blake Date: Tue, 3 Jun 2008 19:24:37 +0000 (-0600) Subject: Fix 'make dist' regression from 2008-05-08. X-Git-Tag: v2.63~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4c52d5b1584aa51707127e3768074dddf314e18;p=thirdparty%2Fautoconf.git Fix 'make dist' regression from 2008-05-08. * Makefile.am (INSTALL): Add rule, to accomodate 'make dist' after GNUmakefile's _autoconf rule removes INSTALL. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 5d2c610b7..76340a694 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-06-03 Eric Blake + + Fix 'make dist' regression from 2008-05-08. + * Makefile.am (INSTALL): Add rule, to accomodate 'make dist' after + GNUmakefile's _autoconf rule removes INSTALL. + 2008-05-27 Eric Blake Document Solaris /bin/sh redirection pitfall. diff --git a/Makefile.am b/Makefile.am index 4682297e5..3ccaf2b51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,6 +36,11 @@ MAINTAINERCLEANFILES = $(abs_srcdir)/INSTALL ## INSTALL. ## ## --------- ## +## abs_srcdir is necessary for case-insensitive make to distinguish from +## 'make install'. But automake also insists that the plain target INSTALL +## exist prior to 'make dist'. +INSTALL: $(abs_srcdir)/INSTALL + pkgdata_DATA = $(abs_srcdir)/INSTALL AM_MAKEINFOFLAGS = --no-headers --no-validate --no-split $(abs_srcdir)/INSTALL: $(top_srcdir)/doc/install.texi