summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorloqs <loqs@users.noreply.github.com>2017-12-05 15:55:33 +0000
committerBehdad Esfahbod <behdad@behdad.org>2017-12-05 11:51:46 -0800
commit0efbaa9052320a951823a6e776b30a580e3a2b4e (patch)
tree36db247ec7f78dbe3109b5fb6bdf947473be3db4
parent6c57b8a147469dafaea25a07db95962fc11063f7 (diff)
Do not call bootstrap from make
Calling bootstrap from make causes configure to be called again with no arguments. fribidi/fribidi#35
-rw-r--r--Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 84addb0..3c6c3d6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,12 +30,7 @@ MAINTAINERCLEANFILES = \
$(srcdir)/missing \
$(srcdir)/mkinstalldirs \
$(srcdir)/ChangeLog \
- `find "$(srcdir)" -type f -name Makefile.in -print` \
- `$(srcdir)/bootstrap --write-configure`
-# The last line above is a horrible hack.
-# GNU Coding Standards recommends that `make maintainer-clean' should not
-# remove the configure script.
-# We instead make configure call bootstrap.
+ `find "$(srcdir)" -type f -name Makefile.in -print`
# Indent all C source and header files, using indent(1):