diff options
author | Jim Meyering <jim@meyering.net> | 1998-04-04 08:06:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-04-04 08:06:24 +0000 |
commit | 39463d50ed60e2930c878326d5bdbc43370fd050 (patch) | |
tree | 24d63beecc2629dbe17417f5a298ca0be9312015 /GNUmakefile | |
parent | 4a46351e0672d1ee6c6998e36b1ffac0ac7bdbe0 (diff) | |
download | coreutils-39463d50ed60e2930c878326d5bdbc43370fd050.tar.xz |
update comment
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 972384d69..861ce8e38 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,8 +1,8 @@ # Having a separate GNUmakefile lets me `include' the dynamically # generated rules created via Makefile.maint as well as Makefile.maint itself. # This makefile is used only if you run GNU Make. -# It is necessary if you modify files in the m4/ directory or -# want to build targets usually of interest only to the maintainer. +# It is necessary if you want to build targets usually of interest +# only to the maintainer. have-Makefile := $(shell test -f Makefile && echo yes) |