diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-12-02 21:42:34 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-12-02 21:42:34 -0800 |
commit | 24d5bf1de3e64c3ddb24199cbc6e9c194a03887e (patch) | |
tree | 6ff178bc697348fd6e1354897d5c8530fed563d3 /depend.txr | |
parent | 8f7fb0a019ebf8e40302bff892baf39955c594b1 (diff) | |
download | txr-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 'depend.txr')
-rw-r--r-- | depend.txr | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ -@(next)$. +@(next :args) @(collect) -@file.c -@(next)@file.c +@file.o +@(next `@file.c`) @(collect) #include "@hdr" @(cases) |