diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-26 15:14:12 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-26 15:14:12 +0400 |
commit | 070931e05c623cec18560c22f52c010838929406 (patch) | |
tree | 5ec8781a37a42b42aff72337972234b2df75e421 /examples | |
parent | 93ab97c27a551549b3173d7437eadd863872e008 (diff) | |
download | cibs-070931e05c623cec18560c22f52c010838929406.tar.gz |
Automatically define proto dirs
Diffstat (limited to 'examples')
-rw-r--r-- | examples/symlinks/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/symlinks/Makefile b/examples/symlinks/Makefile index 7b78b60..c90184b 100644 --- a/examples/symlinks/Makefile +++ b/examples/symlinks/Makefile @@ -26,6 +26,6 @@ build-%-stamp: download-stamp patch-stamp touch $@ install-%-stamp: build-%-stamp - mkdir -p $(destdir)/$(bindir) - cp $(builddir)/symlinks $(destdir)/$(bindir) + mkdir -p $(protodir)/$(bindir) + cp $(builddir)/symlinks $(protodir)/$(bindir) touch $@ |