remove experimental residue

This commit is contained in:
Mark Brand 2010-09-29 02:21:30 +02:00
parent 8d11b5f68d
commit ce8c4110d9
1 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,6 @@ define $(PKG)_BUILD
--enable-explicit-deps \
--with-included-modules \
--without-dynamic-modules \
CXX='$(TARGET)-g++' \
LIBS='-lusp10'
CXX='$(TARGET)-g++'
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
endef