comparison src/of-ltfat.mk @ 4068:b74ded5caa31

lt-fat: enable cross build * src/lt-fat.mk: use OCTAVE_FORGE_PKG_BUILD
author John D
date Sun, 27 Dec 2015 17:45:40 -0500
parents 19f18c78f72b
children abe4edcb2f41
comparison
equal deleted inserted replaced
4067:bdcddfdc57d0 4068:b74ded5caa31
16 $(SED) -n 's,.*title="ltfat-\([0-9][^"]*\).tar.gz".*,\1,p' | \ 16 $(SED) -n 's,.*title="ltfat-\([0-9][^"]*\).tar.gz".*,\1,p' | \
17 head -1 17 head -1
18 endef 18 endef
19 19
20 define $(PKG)_BUILD 20 define $(PKG)_BUILD
21 $(OCTAVE_FORGE_PKG_BUILD_NOCOMPILE) 21 $(OCTAVE_FORGE_PKG_BUILD)
22 endef 22 endef