expat/expat-2.2.6-fix-make-clean.patch

20 lines
650 B
Diff
Raw Normal View History

Author: Bernhard M. Wiedemann <bwiedemann suse de>
Date: 2019-02-07
Do not clean files that are shipped in the tarball
and that we cannot create with 'make'
to fix building with profile guided optimizations
Index: expat-2.2.6/doc/Makefile.in
===================================================================
--- expat-2.2.6.orig/doc/Makefile.in
+++ expat-2.2.6/doc/Makefile.in
@@ -572,7 +572,7 @@ clean-local: clean-local-check
.PHONY: clean-local-check
clean-local-check:
- $(RM) xmlwf.1
+ #$(RM) xmlwf.1
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.