# HG changeset patch # User Michael Goffioul # Date 1384307632 18000 # Node ID 2640cb06f42d90f1e5ebda1fe6335f39d240c736 # Parent 819e316a79771c153210055ec4a67752254fe0a9 * src/octave.mk: Support file list by using DESTDIR. diff -r 819e316a7977 -r 2640cb06f42d src/octave.mk --- 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