From 1bf799dd0a231f1b5cf7408e912a09bbfda5b6ee Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 19 Apr 2012 09:25:04 +0000 Subject: [PATCH] rules.mk: (hopefully) fixed no rule to make target with rsyslog config --- make/rules.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/make/rules.mk b/make/rules.mk index 3d2dc9a0..5f39617a 100644 --- a/make/rules.mk +++ b/make/rules.mk @@ -287,16 +287,16 @@ endef cp $< $@ # don't know why %: %.init from above doesn't remake % -$(INSTALL_INITDIR)/%: %.init | $(INSTALL_INITDIR) +$(INSTALL_INITDIR)/%: %.init | install_dir_INIT $(INSTALL) -o $(INITOWNER) -g $(INITGROUP) -m $(INITMODE) $< $@ -$(INSTALL_LOGROTDIR)/%: %.logrotate | $(INSTALL_LOGROTDIR) +$(INSTALL_LOGROTDIR)/%: %.logrotate | install_dir_LOGROT $(INSTALL) -o $(LOGROTOWNER) -g $(LOGROTGROUP) -m $(LOGROTMODE) $< $@ -$(INSTALL_RSYSLOGDIR)/%.conf: %.rsyslog | $(INSTALL_RSYSLOGDIR) +$(INSTALL_RSYSLOGDIR)/%.conf: %.rsyslog | install_dir_RSYSLOG $(INSTALL) -o $(RSYSLOGOWNER) -g $(RSYSLOGGROUP) -m $(RSYSLOGMODE) $< $@ -$(INSTALL_RSYSLOGDIR)/%.bprof: rsyslog-%.bprof | $(INSTALL_RSYSLOGDIR) +$(INSTALL_RSYSLOGDIR)/%.bprof: rsyslog-%.bprof | install_dir_RSYSLOG $(INSTALL) -o $(RSYSLOGOWNER) -g $(RSYSLOGGROUP) -m $(RSYSLOGMODE) $< $@ %: %.sysconf