changeset 905:83985eb9a887

improved indentation
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 25 Apr 2010 23:55:29 +0200
parents 5274217e4095
children b9600177144f
files src/glib.mk
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/glib.mk	Tue Apr 20 14:43:08 2010 +0200
+++ b/src/glib.mk	Sun Apr 25 23:55:29 2010 +0200
@@ -46,14 +46,14 @@
         CPPFLAGS='-I$(1).native/$(libiconv_SUBDIR)/include' \
         LDFLAGS='-L$(1).native/$(libiconv_SUBDIR)/lib/.libs'
     $(SED) -i 's,#define G_ATOMIC.*,,' '$(1).native/config.h'
-    $(MAKE) -C '$(1).native/glib'    -j '$(JOBS)'
-    $(MAKE) -C '$(1).native/gthread' -j '$(JOBS)'
-    $(MAKE) -C '$(1).native/gobject' -j '$(JOBS)' lib_LTLIBRARIES= install-exec
-    $(MAKE) -C '$(1).native/gmodule' -j '$(JOBS)'
-    $(MAKE) -C '$(1).native/gio/xdgmime' -j '$(JOBS)'
-    $(MAKE) -C '$(1).native/gio/inotify' -j '$(JOBS)'
+    $(MAKE) -C '$(1).native/glib'           -j '$(JOBS)'
+    $(MAKE) -C '$(1).native/gthread'        -j '$(JOBS)'
+    $(MAKE) -C '$(1).native/gobject'        -j '$(JOBS)' lib_LTLIBRARIES= install-exec
+    $(MAKE) -C '$(1).native/gmodule'        -j '$(JOBS)'
+    $(MAKE) -C '$(1).native/gio/xdgmime'    -j '$(JOBS)'
+    $(MAKE) -C '$(1).native/gio/inotify'    -j '$(JOBS)'
     $(MAKE) -C '$(1).native/gio/libasyncns' -j '$(JOBS)'
-    $(MAKE) -C '$(1).native/gio'     -j '$(JOBS)'
+    $(MAKE) -C '$(1).native/gio'            -j '$(JOBS)'
 
     # cross build
     $(SED) -i 's,^\(Libs:.*\),\1 @PCRE_LIBS@ @G_THREAD_LIBS@ @G_LIBS_EXTRA@ -lshlwapi,' '$(1)/glib-2.0.pc.in'