changeset 20550:22a2f6a7f6dc

* scripts/module.mk (scripts-dist-hook): Always define.
author John W. Eaton <jwe@octave.org>
date Mon, 13 Jul 2015 21:15:49 -0400
parents 3904d83e47d1
children 7ddee729f29e
files scripts/module.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/module.mk
+++ b/scripts/module.mk
@@ -191,6 +191,7 @@
 .PHONY: uninstall-pkg-add
 
 if AMCOND_HAVE_JAVA
+scripts-dist-hook:
 else
 scripts-dist-hook:
 	@echo "Packaging distribution requires Java." ; exit 1;