]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix 'make dist' regression from 2008-05-08.
authorEric Blake <ebb9@byu.net>
Tue, 3 Jun 2008 19:24:37 +0000 (13:24 -0600)
committerEric Blake <ebb9@byu.net>
Tue, 3 Jun 2008 19:24:37 +0000 (13:24 -0600)
* Makefile.am (INSTALL): Add rule, to accomodate 'make dist' after
GNUmakefile's _autoconf rule removes INSTALL.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
Makefile.am

index 5d2c610b7f072c68979587602161ac868c29048b..76340a69422b0665dc1932490e10f94ef4aa39fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-03  Eric Blake  <ebb9@byu.net>
+
+       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  <ebb9@byu.net>
 
        Document Solaris /bin/sh redirection pitfall.
index 4682297e50605d7a90fcbc204610e0992167d0f1..3ccaf2b5128d7c7a22f51e2298e38fcbe08c19c5 100644 (file)
@@ -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