Ticket #40 (closed defect: fixed)
cp zephyr_err.h instead of mv
| Reported by: | broder@… | Owned by: | kcr@… |
|---|---|---|---|
| Priority: | major | Milestone: | 3.0 release |
| Component: | zephyr.lib | Version: | 3.0~beta.2362 |
| Keywords: | Cc: | ||
| Platform: | MacOS X |
Description
Currently zephyr_err.h gets moved into h/zephyr/ after it's generated by compile_et. The compile_et on OS X, however, generates a .c file that includes the .h. Since the CFLAGS only include -I../h, it doesn't find zephyr_err.h when building.
The easy solution would be to cp zephyr_err.h instead of mving it.
Change History
Note: See
TracTickets for help on using
tickets.
