From d8a08707e7dc2b351864601a8e8f0cddb45cd21a Mon Sep 17 00:00:00 2001 From: rofl0r Date: Tue, 22 Jul 2014 17:21:11 +0200 Subject: [PATCH] fix regression in install-config Makefile target closes #34 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5aa99ac..3a179ea 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ $(DESTDIR)$(bindir)/%: % $(DESTDIR)$(libdir)/%: % $(INSTALL) -D -m 644 $< $@ -$(DESTDIR)$(sysconfdir)/%: % +$(DESTDIR)$(sysconfdir)/%: src/% $(INSTALL) -D -m 644 $< $@ install-libs: $(ALL_LIBS:%=$(DESTDIR)$(libdir)/%)