]> granicus.if.org Git - fribidi/commitdiff
Do not call bootstrap from make
authorloqs <loqs@users.noreply.github.com>
Tue, 5 Dec 2017 15:55:33 +0000 (15:55 +0000)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 5 Dec 2017 19:51:46 +0000 (11:51 -0800)
Calling bootstrap from make causes configure to be called again with no arguments.
fribidi/fribidi#35

Makefile.am

index 84addb017079bd1c1f240c1acaeaf8d30008d3d0..3c6c3d6606d800c1a4a41e234c8e09d58ea9e000 100644 (file)
@@ -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):