simplified build rules of package ilmbase

This commit is contained in:
Volker Grabsch 2009-02-14 23:41:52 +01:00
parent 060d0a8b35
commit ce8ade5922
1 changed files with 1 additions and 2 deletions

View File

@ -30,6 +30,5 @@ define $(PKG)_BUILD
'$(1)/Half/eLut' > '$(1)/eLut.h'
cd '$(1)/Half' && g++ toFloat.cpp -o toFloat
'$(1)/Half/toFloat' > '$(1)/toFloat.h'
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
endef