From 0d6a9c04e6e06257e0f91278b0a1532249e63a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 18 Feb 2010 13:09:17 +0000 Subject: [PATCH] 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. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 7bfb7e815e..d216e48e63 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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