diff --git a/ChangeLog b/ChangeLog index 383a1813e..5dd80790c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-11-03 Robert Larice + * src/xspice/icm/GNUmakefile.in : + xspice/icm/GNUmakefile.in, add missing `uninstall' target + 2011-10-31 Robert Larice * src/main.c , * src/frontend/com_fft.c , diff --git a/src/xspice/icm/GNUmakefile.in b/src/xspice/icm/GNUmakefile.in index 622791e94..ae0f4343a 100644 --- a/src/xspice/icm/GNUmakefile.in +++ b/src/xspice/icm/GNUmakefile.in @@ -25,6 +25,12 @@ install: all done +uninstall: + for cm in $(CMDIRS) ; do \ + rm -f "$(DESTDIR)$(libdir)/spice/$$cm.cm"; \ + done + + clean: for cm in $(CMDIRS) ; do \ $(MAKE) cm=$$cm cm-clean \