Index: Makefile =================================================================== --- Makefile (revision 1215) +++ Makefile (working copy) @@ -358,7 +358,7 @@ install: all devices if [ -f ztcfg ]; then \ - $(INSTALL) -D -m 755 ztcfg $(INSTALL_PREFIX)/sbin/ztcfg + $(INSTALL) -D -m 755 ztcfg $(INSTALL_PREFIX)/sbin/ztcfg; \ fi if [ -f sethdlc-new ]; then \ $(INSTALL) -D -m 755 sethdlc-new $(INSTALL_PREFIX)/sbin/sethdlc; \