summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 $@
####