comparison src/of-miscellaneous.mk @ 3352:91ccf64570ad

Fix typo in src/of-miscellaneous.mk * src/of-miscellaneous.mk: change OCTAVE_FORGE_PKD_BUILD to OCTAVE_FORGE_PKG_BUILD.
author John Donoghue <john.donoghue@ieee.org>
date Sun, 08 Dec 2013 18:50:35 -0500
parents 290e049823c9
children a10dd1ffb8b0
comparison
equal deleted inserted replaced
3351:58e47bc8c261 3352:91ccf64570ad
14 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2; 14 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
15 echo $($(PKG)_VERSION) 15 echo $($(PKG)_VERSION)
16 endef 16 endef
17 17
18 define $(PKG)_BUILD 18 define $(PKG)_BUILD
19 $(OCTAVE_FORGE_PKD_BUILD) 19 $(OCTAVE_FORGE_PKG_BUILD)
20 endef 20 endef