changeset 3897:70c360b926d6

of-image: enable binary-package * src/of-image.mk: enable binary package option
author John Donoghue <john.donoghue@ieee.org>
date Sun, 12 Apr 2015 15:42:53 -0400
parents dbaa6ed1a64a
children abf9c5216a21
files src/of-image.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/of-image.mk	Sat Apr 11 11:48:50 2015 -0400
+++ b/src/of-image.mk	Sun Apr 12 15:42:53 2015 -0400
@@ -18,5 +18,5 @@
 endef
 
 define $(PKG)_BUILD
-    $(OCTAVE_FORGE_PKG_BUILD_NOCOMPILE)
+    $(OCTAVE_FORGE_PKG_BUILD)
 endef