Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

Commit

Permalink
Don't use install -D.
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Aug 19, 2011
1 parent 563d6a4 commit 1f994e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile.in
Expand Up @@ -3,6 +3,8 @@ all:

install:
for header in `find boost -name '*.hpp' -o -name '*.h'`; do \
install -D $$header ${PREFIX}/include/boost-numeric-bindings/$$header ; \
tgt_dir=${PREFIX}/include/boost-numeric-bindings; \
mkdir -p `dirname $$tgt_dir/$$header`; \
cp $$header $$tgt_dir/$$header ; \
done

0 comments on commit 1f994e8

Please sign in to comment.