Changeset 2314381 in mainline for uspace/app/taskdump/Makefile
- Timestamp:
- 2010-01-26T22:49:26Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bca408b
- Parents:
- bb0d3d24 (diff), 3698e44 (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/app/taskdump/Makefile
rbb0d3d24 r2314381 29 29 USPACE_PREFIX = ../.. 30 30 LIBS = $(LIBC_PREFIX)/libc.a 31 EXTRA_CFLAGS = -Iinclude 31 32 32 33 OUTPUT = taskdump 33 34 34 35 SOURCES = \ 35 taskdump.c 36 taskdump.c \ 37 symtab.c 36 38 37 39 include ../Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.