# HG changeset patch # User John Donoghue # Date 1427712439 14400 # Node ID 18c11e05b23ca6d7b253c72395a7ed3e57c19c46 # Parent 5259bf0c2727b658426c44c97a3785c57d92327d of-control: enable package compile if --enable-binary-packages was set * src/of-control.ml: use OCTAVE_FORGE_PKG_BUILD rule diff -r 5259bf0c2727 -r 18c11e05b23c src/of-control.mk --- 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