Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/softint/Makefile

    r1b1164e8 rcf240cb  
    2929
    3030USPACE_PREFIX = ../..
     31LIBS = $(LIBC_PREFIX)/libc.a
    3132EXTRA_CFLAGS = -Iinclude
    32 LIBRARY = libsoftint
     33
     34OUTPUT = libsoftint.a
    3335
    3436SOURCES = \
     
    3638        generic/multiplication.c
    3739
    38 include $(USPACE_PREFIX)/Makefile.common
     40include ../Makefile.common
Note: See TracChangeset for help on using the changeset viewer.