# HG changeset patch # User Soren Hauberg # Date 1233765585 18000 # Node ID 739b0aebf2614d9dca884bd5c32ce60de0bf13a0 # Parent a891981681758a896e7978d903c508c6924436a6 scripts/miscellaneous/Makefile.in: add bzip2 diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2009-02-04 Soren Hauberg + + * miscellaneous/Makefile.in (SOURCES): Add bzip2.m to the list. + 2009-02-04 Frederick Umminger * signal/freqz.m: Ensure causal phase response. diff --git a/scripts/miscellaneous/Makefile.in b/scripts/miscellaneous/Makefile.in --- a/scripts/miscellaneous/Makefile.in +++ b/scripts/miscellaneous/Makefile.in @@ -33,7 +33,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ -SOURCES = ans.m bincoeff.m bug_report.m bunzip2.m cast.m comma.m \ +SOURCES = ans.m bincoeff.m bug_report.m bunzip2.m bzip2 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 \