summaryrefslogtreecommitdiff
path: root/hieronymus/ChangeLog
diff options
context:
space:
mode:
authorneal <neal>2008-07-04 08:52:47 +0000
committerneal <neal>2008-07-04 08:52:47 +0000
commit6e8c2c9e7d6f1829aa6f9beac9a8ebae5a56fb17 (patch)
tree20fb7d379bca2889d77cd5212f260d8a1b4ed8b0 /hieronymus/ChangeLog
parent0fb987ccdd3f60891addfe960ec4d73d60270cf5 (diff)
2008-07-04 Neal H. Walfield <neal@gnu.org>
* Makefile.am (all-local) [ENABLE_TESTS]: Don't define target in this case. Fix spelling. (md5sum): Generate the md5 hash of the binary we include, not the original binary. (modules.h): Depend on $(files). Provide a default priority and weight. ($(files)): Don't depend on modules.S. (CLEANFILES): New variable.
Diffstat (limited to 'hieronymus/ChangeLog')
-rw-r--r--hieronymus/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/hieronymus/ChangeLog b/hieronymus/ChangeLog
index 59dd5f1..139eeae 100644
--- a/hieronymus/ChangeLog
+++ b/hieronymus/ChangeLog
@@ -1,5 +1,16 @@
2008-07-04 Neal H. Walfield <neal@gnu.org>
+ * Makefile.am (all-local) [ENABLE_TESTS]: Don't define target in
+ this case. Fix spelling.
+ (md5sum): Generate the md5 hash of the binary we include, not the
+ original binary.
+ (modules.h): Depend on $(files). Provide a default priority and
+ weight.
+ ($(files)): Don't depend on modules.S.
+ (CLEANFILES): New variable.
+
+2008-07-04 Neal H. Walfield <neal@gnu.org>
+
* hieronymus.c (main): Fix mask when extracting hexadecimal
digits.