blob: 7952cff5763cc9cec31ea71f62c002e3dda2b11e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- Makefile.in 2010-12-13 12:59:07.000000000 -0500
+++ Makefile.new 2010-12-13 13:00:22.000000000 -0500
@@ -215,7 +215,8 @@
# install the package
install: all-for-install
- @$(MAKE) $(MKFLAGS) install-dirs install-pth @INSTALL_PTHREAD@
+ @$(MAKE) $(MKFLAGS) install-dirs
+ @$(MAKE) $(MKFLAGS) install-pth @INSTALL_PTHREAD@
@touch .done-install >/dev/null 2>&1 || $(TRUE)
@$(MAKE) $(MKFLAGS) what-next
install-dirs:
|