diff options
author | Tom Tromey <tromey@redhat.com> | 2000-01-06 16:59:00 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2000-01-06 16:59:00 +0000 |
commit | 31299c75ade5369ce96f95b335ea4d0f3adf6c44 (patch) | |
tree | 1529f480b2018a659e9ebcbaca094f8b786fcc7d /lib/am/subdirs.am | |
parent | f8da07234ac4ab8be39093412c91837f16fe2058 (diff) | |
download | automake-31299c75ade5369ce96f95b335ea4d0f3adf6c44.tar.gz |
* header-vars.am (@SET_MAKE@): Added.
* subdirs.am (@SET_MAKE@): Removed. Report from Motoyuki
Kasahara.
Diffstat (limited to 'lib/am/subdirs.am')
-rw-r--r-- | lib/am/subdirs.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/am/subdirs.am b/lib/am/subdirs.am index ab96f5b65..b0ce04ac0 100644 --- a/lib/am/subdirs.am +++ b/lib/am/subdirs.am @@ -1,5 +1,5 @@ ## automake - create Makefile.in from Makefile.am -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. +## Copyright (C) 1994-99, 2000 Free Software Foundation, Inc. ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -22,8 +22,6 @@ # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. -@SET_MAKE@ - all-recursive install-data-recursive install-exec-recursive \ installdirs-recursive install-recursive uninstall-recursive @INSTALLINFO@ \ check-recursive installcheck-recursive info-recursive dvi-recursive: |