Changes in uspace/lib/pcut/Makefile [9c14309:c631734] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/Makefile
r9c14309 rc631734 35 35 all-test: $(SELF_TESTS) 36 36 37 test-libpcut-%: $( OUTPUT)38 $(LD) -n $(LFLAGS) -T $(LINKER_SCRIPT) -o $@ $ ^ $(OUTPUT)$(BASE_LIBS)37 test-libpcut-%: $(LIBRARY).a 38 $(LD) -n $(LFLAGS) -T $(LINKER_SCRIPT) -o $@ $(STARTUP) $^ $(LIBRARY).a $(BASE_LIBS) 39 39
Note:
See TracChangeset
for help on using the changeset viewer.