Changeset 316795c in mainline for uspace/lib/posix/Makefile


Ignore:
Timestamp:
2017-05-31T09:36:27Z (7 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1165a419
Parents:
9a99aa5
Message:

Fix dependencies for libposix collision list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/Makefile

    r9a99aa5 r316795c  
    102102        sed 's/.*/posix_& &/' <$(COLLISIONS_LIST) >$@
    103103
    104 $(COLLISIONS_LIST):
     104$(COLLISIONS_LIST): include/posix/*.h include/posix/*/*.h
    105105        find ./include/posix -name '*.h' -exec \
    106106                sed -n -e '/^#/d' -e 's/__POSIX_DEF__/\n&/gp' {} \; | \
Note: See TracChangeset for help on using the changeset viewer.