-rm -> rm, re-enable 'make uninstall'

This commit is contained in:
Holger Vogt 2019-02-04 20:53:25 +01:00
parent ccb0319022
commit daa5bdf203
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ install: all
uninstall:
for cm in $(CMDIRS) ; do \
-rm -f "$(DESTDIR)$(pkglibdir)/$$cm.cm"; \
rm -f "$(DESTDIR)$(pkglibdir)/$$cm.cm"; \
done