Changeset f9c4bc5 in mainline for uspace/lib/pcut/Makefile
- Timestamp:
- 2017-10-27T18:41:01Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9b642f92
- Parents:
- dd162f6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/Makefile
rdd162f6 rf9c4bc5 36 36 37 37 test-libpcut-%: $(OUTPUT) 38 $(LD) -n $(LFLAGS) -T $(LINKER_SCRIPT) -o $@ $ ^ $(OUTPUT) $(BASE_LIBS)38 $(LD) -n $(LFLAGS) -T $(LINKER_SCRIPT) -o $@ $(STARTUP) $^ $(OUTPUT) $(BASE_LIBS) 39 39
Note:
See TracChangeset
for help on using the changeset viewer.