changeset 4107:bf4f52245d11

[project @ 2002-10-16 20:35:11 by jwe]
author jwe
date Wed, 16 Oct 2002 20:35:11 +0000
parents 179066771796
children 63a5613cca00
files src/ChangeLog src/Makefile.in
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Oct 16 20:01:20 2002 +0000
+++ b/src/ChangeLog	Wed Oct 16 20:35:11 2002 +0000
@@ -1,3 +1,8 @@
+2002-10-16  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* Makefile.in (install-oct): Process files from $(DLD_DEF_FILES),
+	not $(DLD_SRC).  Look for them in current directory, not $(srcdir).
+
 2002-10-15  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* ov-mapper.cc (octave_mapper::apply): Handle real and complex
--- a/src/Makefile.in	Wed Oct 16 20:01:20 2002 +0000
+++ b/src/Makefile.in	Wed Oct 16 20:35:11 2002 +0000
@@ -362,8 +362,7 @@
 	  for f in $$xfiles; do \
 	    $(INSTALL_PROGRAM) $$f $(octfiledir)/$$f; \
 	  done; \
-	  $(srcdir)/mk-oct-links \
-	    $(octfiledir) $(addprefix $(srcdir)/, $(DLD_SRC)); \
+	  $(srcdir)/mk-oct-links $(octfiledir) $(DLD_DEF_FILES); \
 	fi
 .PHONY: install-oct