Changeset 1faa995 in mainline for uspace/app/sbi/Makefile


Ignore:
Timestamp:
2010-03-26T22:15:28Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5da468e
Parents:
12d7710
Message:

Fix SBI build w.r.t. mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/Makefile

    r12d7710 r1faa995  
    2828
    2929USPACE_PREFIX = ../..
    30 LIBS = $(LIBC_PREFIX)/libc.a
    3130EXTRA_CFLAGS = -D__HELENOS__
    3231
    33 OUTPUT = sbi
     32BINARY = sbi
    3433
    3534SOURCES = \
     
    5958        src/tdata.c
    6059
    61 include ../Makefile.common
     60include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.