diff options
author | Richard Basch <probe@mit.edu> | 1994-06-10 08:54:53 +0000 |
---|---|---|
committer | Richard Basch <probe@mit.edu> | 1994-06-10 08:54:53 +0000 |
commit | 00a3be0444ffca3ce35a0b403367ed1d1536a219 (patch) | |
tree | ab6a4fdf2260db21bff83ffcf5f6b2f1116abdab /config | |
parent | a667c3e371ae755c2e3ad141248d90c44f180577 (diff) |
"make depend" will also require generating/installing header files
Diffstat (limited to 'config')
-rw-r--r-- | config/zephyr.rules | 2 |
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) $@ @@\ |