summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGravatar Richard Basch <probe@mit.edu>1994-06-10 08:54:53 +0000
committerGravatar Richard Basch <probe@mit.edu>1994-06-10 08:54:53 +0000
commit00a3be0444ffca3ce35a0b403367ed1d1536a219 (patch)
treeab6a4fdf2260db21bff83ffcf5f6b2f1116abdab /config
parenta667c3e371ae755c2e3ad141248d90c44f180577 (diff)
"make depend" will also require generating/installing header files
Diffstat (limited to 'config')
-rw-r--r--config/zephyr.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/zephyr.rules b/config/zephyr.rules
index bd5123c..ec57ba2 100644
--- a/config/zephyr.rules
+++ b/config/zephyr.rules
@@ -69,7 +69,7 @@ AnsiCC()
*/
#define make_err(name) \
error_table(name) @@\
-all:: concat3($(BINC)/zephyr/,name,.h) @@\
+all depend:: concat3($(BINC)/zephyr/,name,.h) @@\
$(OBJS): concat3($(BINC)/zephyr/,name,.h) @@\
concat3($(BINC)/zephyr/,name,.h): concat2(name,.h) @@\
$(RM) $@; $(CP) concat2(name,.h) $@ @@\