summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2016-10-19 19:39:34 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2016-10-19 19:39:34 +0800
commit4ac48c8aea208993d9eab464f3fbb58420054508 (patch)
tree039b73d42dc0a70ebaefcbdac05b65a8d1d2b9d5
parent18cf24ca997259509fb00ada18a5eacbcf0f8f2c (diff)
downloadlibsoup-4ac48c8aea208993d9eab464f3fbb58420054508.tar.gz
Remove soup-install.props's on re-generation
This is to ensure that the changes in the generated build/win32/vs10/soup-install.props is applied to the soup-install.props's in build/win32/vs[11|12|14].
-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 345bee82..1d87d377 100644
--- a/build/win32/vs10/Makefile.am
+++ b/build/win32/vs10/Makefile.am
@@ -28,6 +28,9 @@ EXTRA_DIST = \
$(GENERATED_ITEMS)
soup-install.props: $(top_srcdir)/build/win32/vs10/soup-install.propsin $(MSVC_HEADERS_LIST)
+ -$(RM) $(top_builddir)/build/win32/vs11/soup-install.props
+ -$(RM) $(top_builddir)/build/win32/vs12/soup-install.props
+ -$(RM) $(top_builddir)/build/win32/vs14/soup-install.props
$(CPP) -P - <$(top_srcdir)/build/win32/vs10/soup-install.propsin >$@
rm $(MSVC_HEADERS_LIST)