package libical: minor style fixes

This commit is contained in:
Tony Theodore 2011-02-07 23:43:56 +11:00
parent e306e2daca
commit 02da7c9589
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@ define $(PKG)_UPDATE
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