From a5bd4610342be4359962a9a9a6927b2438d7e767 Mon Sep 17 00:00:00 2001 From: NicJA Date: Wed, 11 Feb 2015 17:25:37 +0000 Subject: [PATCH] copy the pthread headers with compiler-includes git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50077 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/pthread/mmakefile.src | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compiler/pthread/mmakefile.src b/compiler/pthread/mmakefile.src index 6c76f5593b..3980c6e231 100644 --- a/compiler/pthread/mmakefile.src +++ b/compiler/pthread/mmakefile.src @@ -3,7 +3,10 @@ include $(TOP)/config/make.cfg #MM- core-linklibs : linklibs-pthread #MM linklibs-pthreads : includes -%copy_includes includes="pthread.h sched.h" +#MM- includes-copy : pthread-includes-copy +#MM- compiler-includes : pthread-includes-copy + +%copy_includes mmake=pthread-includes-copy includes="pthread.h sched.h" LINKLIBFILES := pthread sched LIBRARYFILES := -- 2.11.4.GIT