Changeset 67edca6 in mainline
- Timestamp:
- 2012-08-21T10:22:43Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8fc0f47c
- Parents:
- 5e718d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
r5e718d9 r67edca6 290 290 291 291 ifneq ($(LIBRARY),) 292 $(LIBRARY).a: $(OBJECTS)292 %.a: $(OBJECTS) 293 293 $(AR) rc $@ $(OBJECTS) 294 294 endif 295 295 296 296 ifneq ($(SLIBRARY),) 297 $(LIBRARY).la: $(LOBJECTS)297 %.la: $(LOBJECTS) 298 298 $(AR) rc $@ $(LOBJECTS) 299 299 endif
Note:
See TracChangeset
for help on using the changeset viewer.