Changes in / [355a17a:20f8111] in mainline


Ignore:
Location:
uspace
Files:
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r355a17a r20f8111  
    218218        lib/usbvirt \
    219219        lib/bithenge \
    220         lib/posix \
    221         lib/mbr
     220        lib/posix
    222221
    223222LIBC_BUILD = $(addsuffix .build,$(LIBC))
  • uspace/Makefile.common

    r355a17a r20f8111  
    135135LIBBITHENGE_PREFIX = $(LIB_PREFIX)/bithenge
    136136
    137 LIBMBR_PREFIX = $(LIB_PREFIX)/mbr
    138 
    139137ifeq ($(STATIC_NEEDED),y)
    140138        STATIC_BUILD = y
Note: See TracChangeset for help on using the changeset viewer.