Changeset 013e5d32 in mainline for uspace/lib/posix/Makefile


Ignore:
Timestamp:
2018-03-19T20:35:27Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6d1d143
Parents:
973be387
Message:

More cstyle-related fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/Makefile

    r973be387 r013e5d32  
    188188
    189189$(REDEFS_HIDE_LIBC): $(SOURCES)
    190         sed -n -e 's/_HIDE_LIBC_SYMBOL(\(.*\))/\1 __helenos_libc_\1/p' $(SOURCES) >$@
     190        sed -n -e 's/_HIDE_LIBC_SYMBOL(\(.*\));/\1 __helenos_libc_\1/p' $(SOURCES) >$@
Note: See TracChangeset for help on using the changeset viewer.