package plibc: add missing line continuation

This commit is contained in:
Tony Theodore 2013-02-14 23:41:09 +11:00
parent 9685a2f039
commit 1d8b0fb120
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ define $(PKG)_BUILD
--host='$(TARGET)' \
--build="`config.guess`" \
--prefix='$(PREFIX)/$(TARGET)' \
--includedir='$(PREFIX)/$(TARGET)/include/plibc'
--includedir='$(PREFIX)/$(TARGET)/include/plibc' \
--enable-static \
--disable-shared
$(MAKE) -C '$(1)' -j '$(JOBS)' install