summaryrefslogtreecommitdiff
path: root/libpthread/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/Makefile.in')
-rw-r--r--libpthread/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/Makefile.in b/libpthread/Makefile.in
index bda935b5b..d1f8528a9 100644
--- a/libpthread/Makefile.in
+++ b/libpthread/Makefile.in
@@ -6,6 +6,6 @@
#
ifneq ($(PTNAME),)
-include $(PTDIR)/Makefile.in
-include $(PTDIR)_db/Makefile.in
+include $(top_srcdir)$(PTDIR)/Makefile.in
+include $(top_srcdir)$(PTDIR)_db/Makefile.in
endif