Add .MADE to prevent building in $srcdir. (They could have at least

referenced $(srcdir) explicitly for the targets, sigh....)
This commit is contained in:
tv 2002-02-27 17:34:48 +00:00
parent 52294a7b65
commit ab30e43870
3 changed files with 9 additions and 0 deletions

View File

@ -389,3 +389,6 @@ ABOUT-NLS: $(srcdir)/doc/nls.texi $(srcdir)/doc/matrix.texi
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
# XXX NetBSD hack
.MADE: ABOUT-NLS

View File

@ -346,3 +346,6 @@ iso-apdx.texi: ISO_639 iso-apdx.sed
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
# XXX NetBSD hack
.MADE: gettext.info stamp-vti version.texi

View File

@ -452,3 +452,6 @@ po-hash.gen.c po-hash.gen.h: po-hash.y
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
# XXX NetBSD hack
.MADE: po-gram.gen.c po-gram.gen.h po-hash.gen.c po-hash.gen.h