summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-12-02 21:42:34 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-12-02 21:42:34 -0800
commit24d5bf1de3e64c3ddb24199cbc6e9c194a03887e (patch)
tree6ff178bc697348fd6e1354897d5c8530fed563d3 /ChangeLog
parent8f7fb0a019ebf8e40302bff892baf39955c594b1 (diff)
downloadtxr-24d5bf1de3e64c3ddb24199cbc6e9c194a03887e.tar.gz
txr-24d5bf1de3e64c3ddb24199cbc6e9c194a03887e.tar.bz2
txr-24d5bf1de3e64c3ddb24199cbc6e9c194a03887e.zip
Fix annoyances with dependency generation, such as picking up local
files that are not in the project.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efa92361..5a08bf20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2009-12-02 Kaz Kylheku <kkylheku@gmail.com>
+
+ Fix annoyances with dependency generation, such as picking up local
+ files that are not in the project.
+
+ * Makefile (depend): Rule passes object file names as arguments
+ to depend.txr script.
+
+ * depend.txr: Changed to take names of object files from command line,
+ rather than scanning the directory for all .c files. Switched
+ to new style next directives, using quasiliterals.
+
+ * dep.mk: Regenerated.
+
2009-11-28 Kaz Kylheku <kkylheku@gmail.com>
* Makefile (CFLAGS): If the compiler matches the pattern %g++,