conf.mk: INSTALL_CFGDIR rule seems to be already defined in rules.mk, removed

This commit is contained in:
Jan Lindemann 2012-02-03 20:38:25 +00:00 committed by Jan Lindemann
commit 5a10bf11d6

View file

@ -10,9 +10,6 @@ clean.conf:
ifneq ($(CONFIG_SUBDIR),)
$(INSTALLED_CFG): $(INSTALL_CFGDIR)
$(INSTALL_CFGDIR):
install -d -m $(CFGDIRMODE) -d $(CFGDIROWNER) -g $(CFGDIRGROUP) $@
endif
ifneq ($(CONF_D),)