diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2016-10-26 12:07:13 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2016-10-26 12:34:03 +0800 |
commit | 157043f5e304652695d0596c32d138031bbf8fb7 (patch) | |
tree | 1c4e52d4952d4846631a366077c5d22cd16a730d /build | |
parent | 4ac565c0d80abcffff22c64b8819e274b7fc4db6 (diff) | |
download | gobject-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.
Diffstat (limited to 'build')
-rw-r--r-- | build/win32/vs10/Makefile.am | 7 |
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) |