Changeset 457 for trunk/libs/libpthread/Makefile
- Timestamp:
- Aug 2, 2018, 11:47:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libs/libpthread/Makefile
r445 r457 9 9 endif 10 10 11 SRCS = pthread.c 12 13 OBJS = $(addprefix build/, $(SRCS:.c=.o)) \ 11 OBJS = build/pthread.o \ 14 12 $(HAL_ARCH)/build/core/hal_user.o 15 13 … … 37 35 38 36 headers: build 39 cp $(SRCS:.c=.h)build/include/.37 cp pthread.h build/include/. 40 38 41 39
Note: See TracChangeset
for help on using the changeset viewer.