# HG changeset patch # User John W. Eaton # Date 1234212204 18000 # Node ID d090213c697ab26db9c212525a7e9dbe2b848d0e # Parent 7faf87906ca379e497310c7aee5e466af19b5ade scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list diff -r 7faf87906ca3 -r d090213c697a scripts/ChangeLog --- a/scripts/ChangeLog Mon Feb 09 14:55:07 2009 -0500 +++ b/scripts/ChangeLog Mon Feb 09 15:43:24 2009 -0500 @@ -1,5 +1,7 @@ 2009-02-09 John W. Eaton + * miscellaneous/Makefile.in (SOURCES): Include __xzip__.m in the list. + * testfun/rundemos.m: Error if fopen fails. 2009-02-08 John W. Eaton diff -r 7faf87906ca3 -r d090213c697a scripts/miscellaneous/Makefile.in --- a/scripts/miscellaneous/Makefile.in Mon Feb 09 14:55:07 2009 -0500 +++ b/scripts/miscellaneous/Makefile.in Mon Feb 09 15:43:24 2009 -0500 @@ -33,8 +33,8 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ -SOURCES = ans.m bincoeff.m bug_report.m bunzip2.m bzip2.m cast.m comma.m \ - compare_versions.m computer.m copyfile.m debug.m \ +SOURCES = __xzip__.m ans.m bincoeff.m bug_report.m bunzip2.m bzip2.m \ + cast.m comma.m compare_versions.m computer.m copyfile.m debug.m \ delete.m dir.m dos.m dump_prefs.m edit.m \ fileattrib.m fileparts.m flops.m fullfile.m getfield.m gunzip.m gzip.m \ info.m inputname.m intwarning.m ismac.m ispc.m isunix.m license.m \