Changeset 965c250 in mainline for uspace/lib/posix/Makefile
- Timestamp:
- 2011-05-29T22:52:06Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7bb9b53
- Parents:
- 2d2b8e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/Makefile
r2d2b8e6 r965c250 30 30 USPACE_PREFIX = ../.. 31 31 LIBRARY = libposix 32 SLIBRARY = libposix.so.0.0 33 LSONAME = libposix.so0 34 35 INCLUDE_LIBC = ./libc 36 37 PRE_DEPEND = $(INCLUDE_LIBC) 38 EXTRA_CLEAN = $(INCLUDE_LIBC) 32 39 33 40 SOURCES = \ … … 35 42 include $(USPACE_PREFIX)/Makefile.common 36 43 44 $(INCLUDE_LIBC): ../c/include 45 ln -s -f -n $^ $@ 46
Note:
See TracChangeset
for help on using the changeset viewer.