build the command line tools of package proj

This commit is contained in:
Volker Grabsch 2010-05-14 09:48:10 +02:00
parent cdc67189b8
commit b31caabdc8
1 changed files with 2 additions and 2 deletions

View File

@ -25,6 +25,6 @@ define $(PKG)_BUILD
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--with-mutex
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
endef