changeset 3868:18c11e05b23c

of-control: enable package compile if --enable-binary-packages was set * src/of-control.ml: use OCTAVE_FORGE_PKG_BUILD rule
author John Donoghue <john.donoghue@ieee.org>
date Mon, 30 Mar 2015 06:47:19 -0400
parents 5259bf0c2727
children 3204496553d4
files src/of-control.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/of-control.mk	Sun Mar 29 15:19:46 2015 -0400
+++ b/src/of-control.mk	Mon Mar 30 06:47:19 2015 -0400
@@ -18,5 +18,5 @@
 endef
 
 define $(PKG)_BUILD
-    $(OCTAVE_FORGE_PKG_BUILD_NOCOMPILE)
+    $(OCTAVE_FORGE_PKG_BUILD)
 endef