From: Eric Blake Date: Tue, 7 Oct 2008 02:06:00 +0000 (-0600) Subject: Fix build with case-insensitive make, again. X-Git-Tag: v2.63b~285 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1a0d34e262ce8179fe3386041e59c263ea3f52b;p=thirdparty%2Fautoconf.git Fix build with case-insensitive make, again. * Makefile.am (pkgdata_DATA): Protect by MAKE_CASE_SENSITIVE. Reported via Keith Marshall, originally by newthinker in . Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 049fd32f..0cadf4a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-10-06 Eric Blake + + Fix build with case-insensitive make, again. + * Makefile.am (pkgdata_DATA): Protect by MAKE_CASE_SENSITIVE. + Reported via Keith Marshall, originally by newthinker in + . + 2008-10-06 Bruno Haible Warn about /usr/ucb on Solaris. diff --git a/Makefile.am b/Makefile.am index bd4b1149..4da4b295 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,10 +34,10 @@ EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 \ ## INSTALL. ## ## --------- ## -pkgdata_DATA = $(srcdir)/INSTALL AM_MAKEINFOFLAGS = --no-headers --no-validate --no-split if MAKE_CASE_SENSITIVE +pkgdata_DATA = $(srcdir)/INSTALL MAINTAINERCLEANFILES = $(srcdir)/INSTALL $(srcdir)/INSTALL: $(top_srcdir)/doc/install.texi