diff options
-rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 $@ #### |