summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-09-09 21:50:38 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-09-09 21:50:51 -0400
commit67c867c8ae4148512cb4ae8837b2e5a1b4a15822 (patch)
tree409c928faaed6689a1794ddb725a1e0115dffaf8
parent8c39118ab79aef7795381306dd896be06952f282 (diff)
Makefile: don't install example VMsHEADv20180909master
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index f3e2a11..651c0f8 100644
--- a/Makefile
+++ b/Makefile
@@ -48,10 +48,8 @@ $(DESTDIR)$(BINPROG): $(outdir)/qemu
install -DTm755 $< $@
$(DESTDIR)$(systemunitdir)/%: $(outdir)/%
install -DTm644 $< $@
-$(DESTDIR)$(pkgconfdir): $(wildcard $(srcdir)/examples/*)
- install -Dm644 -t $@ -- $^
- test -d $@
- touch $@
+$(DESTDIR)$(pkgconfdir):
+ install -d $@
####