summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--go/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/go/Makefile b/go/Makefile
index 6c827f2b..34d21caa 100644
--- a/go/Makefile
+++ b/go/Makefile
@@ -7,4 +7,5 @@ install: \
/etc/%: etc/%
@! test -e $@ || { echo file already exists: $@; exit 23; }
+ mkdir -p $(dir $@)
cp $< $@