-rm -> rm, re-enable 'make uninstall'
This commit is contained in:
parent
ccb0319022
commit
daa5bdf203
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue