Browse Source

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

pre-master-46
Holger Vogt 7 years ago
parent
commit
198fea0db4
  1. 2
      src/xspice/icm/GNUmakefile.in

2
src/xspice/icm/GNUmakefile.in

@ -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…
Cancel
Save