unistr/u*-chr: prepare for multibyte tests
[pspp] / modules / pthread
index 447dea5395d3c1998566f5a13ac3ca99b205a1e0..9b930b1be543230193b1e3781c5acfb3ce9a922e 100644 (file)
@@ -6,6 +6,8 @@ lib/pthread.in.h
 m4/pthread.m4
 
 Depends-on:
+sched
+time
 
 configure.ac:
 gl_PTHREAD_CHECK
@@ -16,7 +18,7 @@ BUILT_SOURCES += $(PTHREAD_H)
 # We need the following in order to create <pthread.h> when the system
 # doesn't have one that works with the given compiler.
 pthread.h: pthread.in.h
-       ln -f pthread.in.h $@ || cp pthread.in.h $@
+       $(AM_V_GEN)ln -f pthread.in.h $@ || cp pthread.in.h $@
 MOSTLYCLEANFILES += pthread.h
 
 Include: