summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-02-25 22:39:29 +0000
committerJim Meyering <jim@meyering.net>1998-02-25 22:39:29 +0000
commit8598c54bb106c9835d2c3417b65b1f7cf8513807 (patch)
tree4308690379cf233e6dcaa85fc8180485775e4750 /Makefile.maint
parente457645eacbdc5b31570382d0ff75a7b771c7d18 (diff)
downloadcoreutils-8598c54bb106c9835d2c3417b65b1f7cf8513807.tar.xz
Use -include, not `include' for aclocal-files.
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint
index 3c8699627..c08ed12cf 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -55,7 +55,7 @@ aclocal-files: configure.in m4/Makefile.am
echo >> $@-tmp
mv $@-tmp $@
-include aclocal-files
+-include aclocal-files
# Override default rule to use --acdir option
$(srcdir)/aclocal.m4: configure.in $(acfiles)