From fa98b9c23aea244b97b893d5ecc0190fa4b4cdf8 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Wed, 19 Oct 2016 15:33:56 +0800 Subject: build/win32/vs10/Makefile.am: Remove pango-install.props's on re-generation This is to ensure that any changes that was made to the generated build/win32/vs10/pango-install.props will also be applied to build/win32/vs[11|12|14] as well. --- build/win32/vs10/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am index 1ba048f1..ba3e8d58 100644 --- a/build/win32/vs10/Makefile.am +++ b/build/win32/vs10/Makefile.am @@ -31,6 +31,9 @@ EXTRA_DIST = \ $(GENERATED_ITEMS) pango-install.props: $(top_srcdir)/build/win32/vs10/pango-install.propsin pango.vs10.headers + -$(RM) $(top_builddir)/build/win32/vs11/pango-install.props + -$(RM) $(top_builddir)/build/win32/vs12/pango-install.props + -$(RM) $(top_builddir)/build/win32/vs14/pango-install.props $(CPP) -P - <$(top_srcdir)/build/win32/vs10/pango-install.propsin >$@ rm pango.vs10.headers -- cgit v1.2.1