build: fix indenting in win32-update target

No idea why we need to run gst-indent twice on that file, but it
only seems to settle on a final format with minimal diff to the
one in git after two runs.
This commit is contained in:
Tim-Philipp Müller 2010-02-18 13:09:17 +00:00
parent a39bca5f66
commit 0d6a9c04e6

View file

@ -103,6 +103,7 @@ win32-update:
for f in gstversion.h gstenumtypes.c gstenumtypes.h; do \
cp $(top_builddir)/gst/$$f win32/common; done
$(top_srcdir)/tools/gst-indent win32/common/gstenumtypes.c
$(top_srcdir)/tools/gst-indent win32/common/gstenumtypes.c
cp $(top_builddir)/win32/common/config.h-new \
$(top_srcdir)/win32/common/config.h