17 lines
890 B
Diff
17 lines
890 B
Diff
--- ncbi-blast-2.6.0+-src/c++/src/build-system/Makefile.in.top_ 2018-04-23 16:13:57.759988900 -0400
|
|
+++ ncbi-blast-2.6.0+-src/c++/src/build-system/Makefile.in.top 2018-04-23 16:14:38.270252707 -0400
|
|
@@ -49,9 +49,10 @@
|
|
for x in *.a; do \
|
|
$(LN_S) "$$x" "`$(BASENAME) \"$$x\" .a`-static.a"; \
|
|
done
|
|
- cd $(includedir0) && find * -name CVS -prune -o -print |\
|
|
- cpio -pd $(pincludedir)
|
|
- $(INSTALL) -m 644 $(incdir)/* $(pincludedir)
|
|
+ cd $(includedir0) && find * -type f \( -name '*.inl' -o -name '*.h' -o -name '*.hpp' -o -name '*.c' \) \
|
|
+ -exec $(INSTALL) -m 644 -D \{\} $(pincludedir)/\{\} \;
|
|
+ cd $(incdir) && find * -type f \( -name '*.inl' -o -name '*.h' -o -name '*.hpp' -o -name '*.c' \) \
|
|
+ -exec $(INSTALL) -m 644 -D \{\} $(pincludedir)/\{\} \;
|
|
## set up appropriate build and status directories somewhere under $(libdir)?
|
|
|
|
install-gbench:
|