Changeset b0b4592e in mainline for uspace/lib/posix/Makefile
- Timestamp:
- 2014-03-15T19:21:53Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c773adc
- Parents:
- 2034f98 (diff), 8cffdf5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/Makefile
r2034f98 rb0b4592e 36 36 37 37 INCLUDE_LIBC = ./include/libc 38 INCLUDE_LIBMATH = ./include/libmath 38 39 39 40 LIBC_FILE = $(LIBC_PREFIX)/libc.a … … 46 47 COLLISIONS_LIST = collisions.list 47 48 48 PRE_DEPEND = $(INCLUDE_LIBC) 49 PRE_DEPEND = $(INCLUDE_LIBC) $(INCLUDE_LIBMATH) 49 50 EXTRA_CLEAN = \ 50 $(INCLUDE_LIBC) \51 $(INCLUDE_LIBC) $(INCLUDE_LIBMATH) \ 51 52 $(REDEFS_HIDE_LIBC) $(REDEFS_SHOW_LIBPOSIX) \ 52 53 $(COLLISIONS_LIST) … … 73 74 source/string.c \ 74 75 source/strings.c \ 76 source/sys/mman.c \ 75 77 source/sys/stat.c \ 76 78 source/sys/wait.c \ … … 81 83 82 84 $(INCLUDE_LIBC): ../c/include 85 ln -s -f -n ../$^ $@ 86 87 $(INCLUDE_LIBMATH): ../math/include 83 88 ln -s -f -n ../$^ $@ 84 89
Note:
See TracChangeset
for help on using the changeset viewer.