From 7152c0175121cd6fde2077f1214a63118fa1483c Mon Sep 17 00:00:00 2001 From: rlar Date: Thu, 3 Nov 2011 17:05:38 +0000 Subject: [PATCH] xspice/icm/GNUmakefile.in, add missing `uninstall' target --- ChangeLog | 4 ++++ src/xspice/icm/GNUmakefile.in | 6 ++++++ 2 files changed, 10 insertions(+) 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 \