Browse Source

xspice/icm/GNUmakefile.in, add missing `uninstall' target

rlar 15 years ago
parent
commit
7152c01751
  1. 4
      ChangeLog
  2. 6
      src/xspice/icm/GNUmakefile.in

4
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 ,

6
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 \

Loading…
Cancel
Save