diff options
author | Jim Meyering <jim@meyering.net> | 1998-02-06 20:45:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-02-06 20:45:51 +0000 |
commit | 5a9c4223f6aaa8f277005119a750fccc6f6607b2 (patch) | |
tree | f5ee776d0c121cc6788af06098bf32bc153c9770 /GNUmakefile | |
parent | eeeb6c7b2313418c862086b388211731826cfd33 (diff) | |
download | coreutils-5a9c4223f6aaa8f277005119a750fccc6f6607b2.tar.xz |
.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile new file mode 100644 index 000000000..81667ace9 --- /dev/null +++ b/GNUmakefile @@ -0,0 +1,7 @@ +# 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. +include Makefile +include $(srcdir)/Makefile.maint |