X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpthread;fp=modules%2Fpthread;h=51d5dbb9d9e8d99814c648e1a61d183e084e6d7c;hb=7ba06c8ff37d8725cb824c64b94be41b9294ffb7;hp=9b930b1be543230193b1e3781c5acfb3ce9a922e;hpb=80fc442c212439b65a2fba722b17529aba2aa1ae;p=gnulib.git diff --git a/modules/pthread b/modules/pthread index 9b930b1be..51d5dbb9d 100644 --- a/modules/pthread +++ b/modules/pthread @@ -18,7 +18,8 @@ BUILT_SOURCES += $(PTHREAD_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. pthread.h: pthread.in.h - $(AM_V_GEN)ln -f pthread.in.h $@ || cp pthread.in.h $@ + $(AM_V_GEN)ln -f $(srcdir)/pthread.in.h $@ \ + || cp $(srcdir)/pthread.in.h $@ MOSTLYCLEANFILES += pthread.h Include: