Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/Makefile

    rba7b753 r2d2b8e6  
    3030USPACE_PREFIX = ../..
    3131LIBRARY = libposix
    32 SLIBRARY = libposix.so.0.0
    33 LSONAME = libposix.so0
    34 
    35 INCLUDE_LIBC = ./libc
    36 
    37 PRE_DEPEND = $(INCLUDE_LIBC)
    38 EXTRA_CLEAN = $(INCLUDE_LIBC)
    3932
    4033SOURCES = \
    41         ctype.c \
    42         getopt.c \
    43         stdio.c \
    44         stdlib.c \
    45         string.c \
    46         strings.c \
    47         sys/stat.c \
    48         time.c \
    49         unistd.c
    5034
    5135include $(USPACE_PREFIX)/Makefile.common
    5236
    53 $(INCLUDE_LIBC): ../c/include
    54         ln -s -f -n $^ $@
    55 
Note: See TracChangeset for help on using the changeset viewer.