--- Makefile.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.in b/Makefile.in index 750ec9f..f5f3c9c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -229,7 +229,7 @@ install-dirs: $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man1 $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man3 $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(datadir)/aclocal -install-pth: +install-pth: install-dirs $(SHTOOL) install -c -m 755 pth-config $(DESTDIR)$(bindir)/pth-config $(SHTOOL) install -c -m 644 $(S)pth-config.1 $(DESTDIR)$(mandir)/man1/pth-config.1 $(SHTOOL) install -c -m 644 $(S)pth.3 $(DESTDIR)$(mandir)/man3/pth.3 @@ -237,7 +237,7 @@ install-pth: $(SHTOOL) install -c -m 644 pth.h $(DESTDIR)$(includedir)/pth.h @umask 022; $(LIBTOOL) --mode=install \ $(SHTOOL) install -c libpth.la $(DESTDIR)$(libdir)/libpth.la -install-pthread: +install-pthread: install-dirs $(SHTOOL) install -c -m 755 pthread-config $(DESTDIR)$(bindir)/pthread-config $(SHTOOL) install -c -m 644 $(S)pthread-config.1 $(DESTDIR)$(mandir)/man1/pthread-config.1 $(SHTOOL) install -c -m 644 pthread.h $(DESTDIR)$(includedir)/pthread.h -- 1.7.0.4 ______________________________________________________________________ GNU Portable Threads (Pth) http://www.gnu.org/software/pth/ Development Site http://www.ossp.org/pkg/lib/pth/ Distribution Files ftp://ftp.gnu.org/gnu/pth/ Distribution Snapshots ftp://ftp.ossp.org/pkg/lib/pth/ User Support Mailing List pth-users@gnu.org Automated List Manager (Majordomo) pth-users-requ...@gnu.org