fix: remove unused defcfg command from the Makefile
This commit is contained in:
parent
c8bdc795a9
commit
5ad1b09971
3
Makefile
3
Makefile
@ -45,9 +45,6 @@ install:
|
|||||||
cp $$po/mc.mo $(DESTDIR)/usr/share/$$po ; \
|
cp $$po/mc.mo $(DESTDIR)/usr/share/$$po ; \
|
||||||
done
|
done
|
||||||
|
|
||||||
defcfg:
|
|
||||||
cp -v install/cfg.default $(DESTDIR)/etc/mc/cfg
|
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -v $(DESTDIR)$(prefix)/bin/mc
|
rm -v $(DESTDIR)$(prefix)/bin/mc
|
||||||
@for cmd in $(CMDS) ; do \
|
@for cmd in $(CMDS) ; do \
|
||||||
|
Loading…
Reference in New Issue
Block a user