diff options
author | Paul Smith <psmith@gnu.org> | 2006-04-01 06:36:40 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2006-04-01 06:36:40 +0000 |
commit | a8f101d0bc354896e410e218db12b449b0447de7 (patch) | |
tree | b161fc78e688e2c08828116dca05cb148af6e305 /Makefile.am | |
parent | 367a49591e2b2335f3f5b42e290651d4df77e933 (diff) | |
download | gunmake-a8f101d0bc354896e410e218db12b449b0447de7.tar.gz |
Release GNU make 3.81.
Update NEWS docs.
Enhance the manual to use automake version.texi, and use the canonical
FSF copyright features and statement.
Some $(realpath ...) tests won't work on Windows; leave them out
The jobserver filedescriptor test might fail if some FDs are reserved,
so for now comment out that check.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index d741360..82274bb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,8 @@ AUTOMAKE_OPTIONS = 1.8 dist-bzip2 check-news ansi2knr ACLOCAL_AMFLAGS = -I config +MAKE_HOST = @MAKE_HOST@ + # Only process if target is MS-Windows if WINDOWSENV MAYBE_W32 = w32 @@ -65,9 +67,6 @@ endif # Extra stuff to include in the distribution. -# Note we need all the glob stuff here, rather than in glob/Makefile.am, -# because often that directory isn't built on the systems used by the -# maintainers. EXTRA_DIST = README build.sh.in $(man_MANS) \ README.customs README.OS2 \ @@ -79,8 +78,9 @@ EXTRA_DIST = README build.sh.in $(man_MANS) \ readme.vms makefile.vms makefile.com config.h-vms \ vmsdir.h vmsfunctions.c vmsify.c -MAKE_HOST = @MAKE_HOST@ +# This is built during configure, but behind configure's back +DISTCLEANFILES = build.sh # Forward targets |