diff --git a/appl/xnlock/Makefile.in b/appl/xnlock/Makefile.in index 5b554833d..eb1a66ef0 100644 --- a/appl/xnlock/Makefile.in +++ b/appl/xnlock/Makefile.in @@ -57,7 +57,7 @@ install: all for x in $(MAN1); do \ $(INSTALL_DATA) $$x $(mandir)/man1/`echo $$x | echo $(transform) | sed 's/\.man/.1/'`; \ done) -n + uninstall: for x in $(PROG_BIN); do rm -f $(bindir)/`echo $$x | sed '$(transform)'`; \