changeset 8670:6f5b2835325c

Get the bzip2 change right.
author Thomas Treichl <Thomas.Treichl@gmx.net>
date Wed, 04 Feb 2009 14:45:40 -0500
parents 33783e94fb16
children d7128ae51e44
files scripts/ChangeLog scripts/miscellaneous/Makefile.in
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <hauberg@gmail.com>
+            Thomas Treichl  <Thomas.Treichl@gmx.net>
 
 	* miscellaneous/Makefile.in (SOURCES): Add bzip2.m to the list.
 
--- 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 \