mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-31 15:00:26 +08:00
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:
parent
f15bc5b04c
commit
d4c52d5b15
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user