From 070931e05c623cec18560c22f52c010838929406 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Fri, 26 Oct 2012 15:14:12 +0400 Subject: Automatically define proto dirs --- examples/symlinks/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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 $@ -- cgit v1.2.3