summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-04-22 20:44:11 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-04-22 20:44:54 -0700
commit6fa8d3c894062e7d3bde2d1ed35b40f2272e59f5 (patch)
tree0903f68003cf965cb93d7013234db9877ccf214e /Makefile.in
parent7cc66173e4288237eb00b96f1d2162b80c0e0b1b (diff)
downloademacs-6fa8d3c894062e7d3bde2d1ed35b40f2272e59f5.tar.gz
Let plain ‘make’ work even not GNU Make
* Makefile.in (top_distclean): Clean makefile as well as Makefile. * configure.ac: If not using plain ‘make’, create a makefile so that plain ‘make’ simply calls $(MAKE).
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 53703638c42..6b99d24da49 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -869,7 +869,7 @@ top_bootclean=\
top_distclean=\
${top_bootclean}; \
rm -f config.status config.log~ \
- Makefile lib/gnulib.mk ${SUBDIR_MAKEFILES}
+ Makefile makefile lib/gnulib.mk ${SUBDIR_MAKEFILES}
distclean_dirs = $(clean_dirs) leim lisp