Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/Makefile

    ra3da2b2 ra92f13d  
    3333LSONAME = libposix.so0
    3434
    35 EXTRA_CFLAGS = -Iinclude/
    36 
    37 INCLUDE_LIBC = ./include/libc
     35INCLUDE_LIBC = ./libc
    3836
    3937PRE_DEPEND = $(INCLUDE_LIBC)
     
    4139
    4240SOURCES = \
    43         source/ctype.c \
    44         source/errno.c \
    45         source/fcntl.c \
    46         source/fnmatch.c \
    47         source/getopt.c \
    48         source/locale.c \
    49         source/math.c \
    50         source/pwd.c \
    51         source/signal.c \
    52         source/stdio.c \
    53         source/stdio/scanf.c \
    54         source/stdlib.c \
    55         source/stdlib/strtol.c \
    56         source/stdlib/strtold.c \
    57         source/string.c \
    58         source/strings.c \
    59         source/sys/stat.c \
    60         source/sys/wait.c \
    61         source/time.c \
    62         source/unistd.c
     41        ctype.c \
     42        errno.c \
     43        fcntl.c \
     44        fnmatch.c \
     45        getopt.c \
     46        locale.c \
     47        math.c \
     48        pwd.c \
     49        signal.c \
     50        stdio.c \
     51        stdio/scanf.c \
     52        stdlib.c \
     53        stdlib/strtol.c \
     54        stdlib/strtold.c \
     55        string.c \
     56        strings.c \
     57        sys/stat.c \
     58        sys/wait.c \
     59        time.c \
     60        unistd.c
    6361
    6462include $(USPACE_PREFIX)/Makefile.common
    6563
    6664$(INCLUDE_LIBC): ../c/include
    67         ln -s -f -n ../$^ $@
     65        ln -s -f -n $^ $@
Note: See TracChangeset for help on using the changeset viewer.