Changeset 3c081d0e in mainline for uspace/srv/Makefile.common
- Timestamp:
- 2010-01-18T17:54:57Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 383ddd6, 9d3133d, b86d436
- Parents:
- 3e30c0b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/Makefile.common
r3e30c0b r3c081d0e 84 84 $(OBJDUMP) -d $< > $@ 85 85 86 $(OUTPUT): $( OBJECTS) $(LIBS)86 $(OUTPUT): $(LINK_SCRIPT) $(OBJECTS) $(LIBS) 87 87 $(LD) -T $(LINK_SCRIPT) $(OBJECTS) $(LIBS) $(LFLAGS) -o $@ -Map $(OUTPUT).map 88 88
Note:
See TracChangeset
for help on using the changeset viewer.