summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@kolpackov.net>2009-10-22 14:29:22 +0000
committerBoris Kolpackov <boris@kolpackov.net>2009-10-22 14:29:22 +0000
commit131f1157301f3626eb014ef0a17bb4d52f1106dc (patch)
tree02040f0ddebc8eadb074862d4abbde7d94904d30 /ChangeLog
parentb1d34394a841e43696aaee7f0b6062d5f7d0a41a (diff)
downloadgunmake-131f1157301f3626eb014ef0a17bb4d52f1106dc.tar.gz
Get the old behavior for a situation when no makefile is found in a directory.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3519538..eceada6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-22 Boris Kolpackov <boris@codesynthesis.com>
+
+ * read.c (read_all_makefiles): Mark the default makefile dependency
+ dontcare.
+
2009-10-07 Boris Kolpackov <boris@codesynthesis.com>
* read.c (do_undefine): Free the expanded variable name.