summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2016-10-26 12:07:13 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2016-10-26 12:34:03 +0800
commit157043f5e304652695d0596c32d138031bbf8fb7 (patch)
tree1c4e52d4952d4846631a366077c5d22cd16a730d
parent4ac565c0d80abcffff22c64b8819e274b7fc4db6 (diff)
downloadgobject-introspection-157043f5e304652695d0596c32d138031bbf8fb7.tar.gz
build/win32/vs10/Makefile.am: Delete gi-install.props's on re-generation
This is to ensure that the chamges that is applied to gi-install.props here is applied to the project files in build/win32/vs[11|12|14] as well.
-rw-r--r--build/win32/vs10/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
index 95f6e137..bc841255 100644
--- a/build/win32/vs10/Makefile.am
+++ b/build/win32/vs10/Makefile.am
@@ -35,8 +35,11 @@ EXTRA_DIST = \
$(GENERATED_ITEMS)
gi-install.props: $(top_srcdir)/build/win32/vs10/gi-install.propsin girepository.vs10.headers giscanner.vs10.scripts
+ -$(RM) $(top_builddir)/build/win32/vs11/gi-install.props
+ -$(RM) $(top_builddir)/build/win32/vs12/gi-install.props
+ -$(RM) $(top_builddir)/build/win32/vs14/gi-install.props
$(CPP) -P - <$(top_srcdir)/build/win32/vs10/gi-install.propsin >$@
- rm girepository.vs10.headers
- rm giscanner.vs10.scripts
+ $(RM) girepository.vs10.headers
+ $(RM) giscanner.vs10.scripts
DISTCLEANFILES = $(GENERATED_ITEMS)