Changeset fe036fe in mainline


Ignore:
Timestamp:
2016-05-22T18:10:41Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
af2254ec
Parents:
f6017ee
Message:

Fix dynamic build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    rf6017ee rfe036fe  
    378378endif
    379379
    380 ifneq ($(SLIBRARY),)
    381 $(SLIBRARY).la: $(LOBJECTS)
     380ifneq ($(LARCHIVE),)
     381$(LARCHIVE): $(LOBJECTS)
    382382        $(AR) rc $@ $(LOBJECTS)
    383383endif
Note: See TracChangeset for help on using the changeset viewer.