Changes in uspace/lib/c/Makefile [2498b95:75c430e3] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    r2498b95 r75c430e3  
    4141EXTRA_OUTPUT = $(LINKER_SCRIPTS)
    4242EXTRA_CLEAN = $(LINKER_SCRIPTS)
    43 EXTRA_TEST_CFLAGS = -Wno-deprecated-declarations
    4443LIBRARY = libc
    4544SOVERSION = 0.0
     
    133132        generic/malloc.c \
    134133        generic/stdio/scanf.c \
    135         generic/stdio/sprintf.c \
    136134        generic/stdio/sscanf.c \
    137135        generic/stdio/sstream.c \
    138         generic/stdio/vsprintf.c \
    139136        generic/sysinfo.c \
    140137        generic/ipc.c \
     
    152149        generic/adt/prodcons.c \
    153150        generic/time.c \
    154         generic/tmpfile.c \
    155151        generic/stdio.c \
    156152        generic/stdlib.c \
     
    193189        test/fibril/timer.c \
    194190        test/main.c \
    195         test/mem.c \
    196191        test/io/table.c \
    197192        test/stdio/scanf.c \
     
    199194        test/qsort.c \
    200195        test/sprintf.c \
    201         test/stdio.c \
    202196        test/stdlib.c \
    203197        test/str.c
Note: See TracChangeset for help on using the changeset viewer.