--- mcore-src/trunk/mcore-tools/conf/Makefile 2015/09/10 08:04:33 2476 +++ mcore-src/trunk/mcore-tools/conf/Makefile 2015/09/10 08:18:17 2477 @@ -1,6 +1,6 @@ include ../Makefile.inc -FILES = mcore.conf sql.conf +FILES = mcore.conf control.conf all: $(FILES) @@ -12,7 +12,7 @@ install-control: all $(INSTALL) -d $(DESTDIR)/$(SYSCONFDIR)/mcore - $(INSTALL) -m0600 sql.conf $(DESTDIR)/$(SYSCONFDIR)/mcore + $(INSTALL) -m0600 control.conf $(DESTDIR)/$(SYSCONFDIR)/mcore clean: rm -f $(FILES)