blob: 54c6839cdb3650243990a7c48dd7b63005f3bb73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
diff -Naur fribidi-0.19.7.orig/Makefile.am fribidi-0.19.7/Makefile.am
--- fribidi-0.19.7.orig/Makefile.am 2015-08-06 16:55:02.000000000 -0400
+++ fribidi-0.19.7/Makefile.am 2017-12-27 19:44:48.000000000 -0500
@@ -37,12 +37,7 @@
$(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):
|