# HG changeset patch # User Thomas Treichl # Date 1233776740 18000 # Node ID 6f5b2835325cd17552ea2f5f085c066f1518a45f # Parent 33783e94fb16957d69fa52b1c02c56fc3c294392 Get the bzip2 change right. diff -r 33783e94fb16 -r 6f5b2835325c scripts/ChangeLog --- a/scripts/ChangeLog Wed Feb 04 13:28:06 2009 -0500 +++ b/scripts/ChangeLog Wed Feb 04 14:45:40 2009 -0500 @@ -1,4 +1,5 @@ 2009-02-04 Soren Hauberg + Thomas Treichl * miscellaneous/Makefile.in (SOURCES): Add bzip2.m to the list. diff -r 33783e94fb16 -r 6f5b2835325c scripts/miscellaneous/Makefile.in --- a/scripts/miscellaneous/Makefile.in Wed Feb 04 13:28:06 2009 -0500 +++ b/scripts/miscellaneous/Makefile.in Wed Feb 04 14:45:40 2009 -0500 @@ -33,7 +33,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ -SOURCES = ans.m bincoeff.m bug_report.m bunzip2.m bzip2 cast.m comma.m \ +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 \ 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 \