diff --git a/src/xspice/icm/GNUmakefile.in b/src/xspice/icm/GNUmakefile.in index 342d51807..8c73ef7d4 100644 --- a/src/xspice/icm/GNUmakefile.in +++ b/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