changeset 3318:2640cb06f42d

* src/octave.mk: Support file list by using DESTDIR.
author Michael Goffioul <michael.goffioul@gmail.com>
date Tue, 12 Nov 2013 20:53:52 -0500
parents 819e316a7977
children 2636b3458f4d
files src/octave.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/octave.mk	Tue Nov 12 14:44:14 2013 -0800
+++ b/src/octave.mk	Tue Nov 12 20:53:52 2013 -0500
@@ -82,7 +82,7 @@
     ## We want both of these install steps so that we install in the
     ## location set by the configure --prefix option, and the other
     ## in a directory tree that will have just Octave files.
-    $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install
+    $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)'
     if [ $(MXE_SYSTEM) != msvc ]; then \
         $(MAKE) -C '$(1)/.build' -j '$(JOBS)' DESTDIR=$(TOP_DIR)/octave install; \
     fi