summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2016-10-19 15:33:56 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2016-10-19 15:33:56 +0800
commitfa98b9c23aea244b97b893d5ecc0190fa4b4cdf8 (patch)
treefb521efbebc09732b28269e26a8a02200dab93a7
parent841d0d2bcd53d371846abc5329b4d917fcf0c626 (diff)
downloadpango-fa98b9c23aea244b97b893d5ecc0190fa4b4cdf8.tar.gz
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.
-rw-r--r--build/win32/vs10/Makefile.am3
1 files changed, 3 insertions, 0 deletions
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