summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-06-03 13:24:37 -0600
committerEric Blake <ebb9@byu.net>2008-06-03 13:24:37 -0600
commitd4c52d5b1584aa51707127e3768074dddf314e18 (patch)
tree824c7b1346e7c8f742eb1ae9d75b3227e6d81cb1 /Makefile.am
parentf15bc5b04c7acc65f321ed3875e741000d0ce409 (diff)
downloadautoconf-d4c52d5b1584aa51707127e3768074dddf314e18.tar.gz
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4682297e..3ccaf2b5 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