forked from AuroraMiddleware/gtk
Makefile.msvc_introspection: Delete lists before appending
Otherwise, we'll repeatedly append the same files to the list. Detected by running `make distcheck` twice in the same tree, with build system changes in between. Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
parent
201327a49a
commit
6624f5f5a9
@ -80,6 +80,7 @@ $(if $(or $(findstring --header-only,$($(_gir_name)_MSVC_SCANNERFLAGS)),
|
||||
$(error Need to define $(_gir_name)_MSVC_LIBS or $(_gir_name)_MSVC_PROGRAM))
|
||||
|
||||
$(top_builddir)/build/win32/$(_gir_name)_list: Makefile
|
||||
rm -f $(top_builddir)/build/win32/$(_gir_name)_list
|
||||
for F in $(_gir_files_msvc); do \
|
||||
case $$$$F in \
|
||||
*.c|*.cpp|*.cc|*.cxx|*.h|*.hpp|*.hh|*.hxx) \
|
||||
|
Loading…
Reference in New Issue
Block a user