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 <ebb9@byu.net>
This commit is contained in:
Eric Blake 2008-06-03 13:24:37 -06:00
parent f15bc5b04c
commit d4c52d5b15
2 changed files with 11 additions and 0 deletions

View File

@ -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.

View 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