From 316795ca7a45ed0fa2047deabebd675b9458618f Mon Sep 17 00:00:00 2001 From: Vojtech Horky Date: Wed, 31 May 2017 11:36:27 +0200 Subject: [PATCH] Fix dependencies for libposix collision list --- uspace/lib/posix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uspace/lib/posix/Makefile b/uspace/lib/posix/Makefile index eff036544..779b0133d 100644 --- a/uspace/lib/posix/Makefile +++ b/uspace/lib/posix/Makefile @@ -101,7 +101,7 @@ $(REDEFS_HIDE_LIBC): $(COLLISIONS_LIST) $(REDEFS_SHOW_LIBPOSIX): $(COLLISIONS_LIST) sed 's/.*/posix_& &/' <$(COLLISIONS_LIST) >$@ -$(COLLISIONS_LIST): +$(COLLISIONS_LIST): include/posix/*.h include/posix/*/*.h find ./include/posix -name '*.h' -exec \ sed -n -e '/^#/d' -e 's/__POSIX_DEF__/\n&/gp' {} \; | \ sed -n -e 's/__POSIX_DEF__(\([^)]*\)).*/\1/p' | \ -- 2.11.4.GIT