changeset 1574:3a01e148649e

package libical: minor style fixes
author Tony Theodore <tonyt@logyst.com>
date Mon, 07 Feb 2011 23:43:56 +1100
parents 9ca946b95fea
children 88ff38801bc7
files src/libical.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/libical.mk	Mon Feb 07 23:40:21 2011 +1100
+++ b/src/libical.mk	Mon Feb 07 23:43:56 2011 +1100
@@ -19,10 +19,10 @@
 endef
 
 define $(PKG)_BUILD
-   cd '$(1)' && ./configure \
+    cd '$(1)' && ./configure \
         --host='$(TARGET)' \
         --prefix='$(PREFIX)/$(TARGET)' \
         --disable-shared
     $(MAKE) -C '$(1)' -j '$(JOBS)'
-    $(MAKE) -C '$(1)' -j '$(JOBS)' install
+    $(MAKE) -C '$(1)' -j 1 install
 endef