Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/Makefile

    r65c28f7 re2e9a8a  
    5555SOURCES = \
    5656        source/ctype.c \
    57         source/dlfcn.c \
    5857        source/errno.c \
    5958        source/fcntl.c \
     
    103102        sed 's/.*/posix_& &/' <$(COLLISIONS_LIST) >$@
    104103
    105 $(COLLISIONS_LIST): include/posix/*.h include/posix/*/*.h
     104$(COLLISIONS_LIST):
    106105        find ./include/posix -name '*.h' -exec \
    107106                sed -n -e '/^#/d' -e 's/__POSIX_DEF__/\n&/gp' {} \; | \
Note: See TracChangeset for help on using the changeset viewer.