build: fix indenting in win32-update target
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 18 Feb 2010 13:09:17 +0000 (13:09 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 18 Feb 2010 20:08:39 +0000 (20:08 +0000)
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.

Makefile.am

index 7bfb7e8..d216e48 100644 (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