summaryrefslogtreecommitdiffstats
path: root/contrib/pthreadw32/module.defs
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pthreadw32/module.defs')
-rw-r--r--contrib/pthreadw32/module.defs7
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/pthreadw32/module.defs b/contrib/pthreadw32/module.defs
index 0e4a06a1d..15e7f5a23 100644
--- a/contrib/pthreadw32/module.defs
+++ b/contrib/pthreadw32/module.defs
@@ -5,18 +5,17 @@ PTHREADW32.FETCH.url = http://download.handbrake.fr/handbrake/contrib/pthreads-w
PTHREADW32.FETCH.url += ftp://sourceware.org/pub/pthreads-win32/pthreads-w32-2-9-1-release.tar.gz
PTHREADW32.FETCH.md5 = 36ba827d6aa0fa9f9ae740a35626e2e3
-PTHREADW32.CONFIGURE.bootstrap = make realclean;
PTHREADW32.CONFIGURE = $(TOUCH.exe) $@
-PTHREADW32.BUILD.extra = CROSS=$(BUILD.cross.prefix) realclean GC-static
-PTHREADW32.BUILD.ntargets = realclean GC-static
+PTHREADW32.BUILD.extra = CROSS=$(BUILD.cross.prefix) clean GC-static
+PTHREADW32.BUILD.ntargets = clean GC-static
define PTHREADW32.INSTALL
$(CP.exe) $(PTHREADW32.EXTRACT.dir/)pthread.h $(CONTRIB.build/)include/
$(SED.exe) -i.sedbak -e 's/ __declspec (dllexport)//g' -e 's/ __declspec (dllimport)//g' $(CONTRIB.build/)include/pthread.h
$(RM.exe) -f $(CONTRIB.build/)include/pthread.h.sedbak
$(CP.exe) $(PTHREADW32.EXTRACT.dir/)sched.h $(CONTRIB.build/)include/
- $(SED.exe) -i.sedbak -e 's/ __declspec (dllexport)//g' -e 's/ __declspec (dllimport)//g' $(CONTRIB.build/)include/sched.h
+ $(SED.exe) -i.sedbak -e 's/ __declspec (dllexport)//g' -e 's/ __declspec (dllimport)//g' -e 's/__declspec (dllimport) //g' $(CONTRIB.build/)include/sched.h
$(RM.exe) -f $(CONTRIB.build/)include/sched.h.sedbak
$(CP.exe) $(PTHREADW32.EXTRACT.dir/)semaphore.h $(CONTRIB.build/)include/
$(SED.exe) -i.sedbak -e 's/ __declspec (dllexport)//g' -e 's/ __declspec (dllimport)//g' $(CONTRIB.build/)include/semaphore.h