Changeset 67edca6 in mainline


Ignore:
Timestamp:
2012-08-21T10:22:43Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8fc0f47c
Parents:
5e718d9
Message:

Fix parallel builds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r5e718d9 r67edca6  
    290290
    291291ifneq ($(LIBRARY),)
    292 $(LIBRARY).a: $(OBJECTS)
     292%.a: $(OBJECTS)
    293293        $(AR) rc $@ $(OBJECTS)
    294294endif
    295295
    296296ifneq ($(SLIBRARY),)
    297 $(LIBRARY).la: $(LOBJECTS)
     297%.la: $(LOBJECTS)
    298298        $(AR) rc $@ $(LOBJECTS)
    299299endif
Note: See TracChangeset for help on using the changeset viewer.