changeset 4990:a059052f4807

* binary-dist-rules.mk: use full path for octave-wrapper.in
author John Donoghue <john.donoghue@ieee.org>
date Sat, 02 Mar 2019 07:38:59 -0500
parents 0cf6aa8f90de
children 3768d38e7967
files binary-dist-rules.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/binary-dist-rules.mk	Fri Mar 01 12:46:50 2019 -0500
+++ b/binary-dist-rules.mk	Sat Mar 02 07:38:59 2019 -0500
@@ -204,7 +204,7 @@
     for f in $(OCTAVE_WRAPPER_SCRIPTS); do \
       mv $(OCTAVE_DIST_DIR)/bin/$$f-$($(OCTAVE_TARGET)_VERSION) \
 	 $(OCTAVE_DIST_DIR)/bin/$$f-$($(OCTAVE_TARGET)_VERSION).real; \
-      $(SED) < octave-wrapper.in \
+      $(SED) < $(TOP_DIR)/octave-wrapper.in \
 	-e "s|@GCC_VERSION@|$(native-gcc_VERSION)|" \
 	-e "s|@GCC_ARCH@|$(TARGET)|" \
 	-e "s|@OCTAVE_VERSION@|$($(OCTAVE_TARGET)_VERSION)|" \