diff options
author | Jim Meyering <jim@meyering.net> | 2001-06-17 04:11:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-06-17 04:11:12 +0000 |
commit | 50a600c47f5ad1ce3850bc3f3b162505068e7e11 (patch) | |
tree | adb8901d41d732cf5a723fd9a79c2071b50e174c | |
parent | c784ec50bb451b5e8893013c0abd54620c7df6ed (diff) | |
download | coreutils-50a600c47f5ad1ce3850bc3f3b162505068e7e11.tar.xz |
Include Makefile.cfg.
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 0c5a0715d..d150d3dc9 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -15,6 +15,7 @@ have-Makefile := $(shell test -f Makefile && echo yes) ifeq ($(have-Makefile),yes) include Makefile +include $(srcdir)/Makefile.cfg include $(srcdir)/Makefile.maint else |