From d45e95aa4c3a09b089b416c4a225d86399e5764a Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 23 Jan 2021 12:43:51 +0100 Subject: [PATCH] We no longer want to install cmpp or other XSPICE files. The manual describes making code models from inside the ngspice build process, and that's what we support right now. --- src/xspice/cmpp/Makefile.am | 2 +- src/xspice/icm/GNUmakefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xspice/cmpp/Makefile.am b/src/xspice/cmpp/Makefile.am index e155d4627..a3f394181 100644 --- a/src/xspice/cmpp/Makefile.am +++ b/src/xspice/cmpp/Makefile.am @@ -6,7 +6,7 @@ EXTRA_DIST = .gitignore MAINTAINERCLEANFILES = Makefile.in -bin_PROGRAMS = cmpp +noinst_PROGRAMS = cmpp AM_CPPFLAGS = -I. -I$(srcdir) AM_YFLAGS = -d diff --git a/src/xspice/icm/GNUmakefile.in b/src/xspice/icm/GNUmakefile.in index 3c28d1575..662c4103f 100644 --- a/src/xspice/icm/GNUmakefile.in +++ b/src/xspice/icm/GNUmakefile.in @@ -25,7 +25,7 @@ install: all $(INSTALL_PROGRAM) $$cm/$$cm.cm "$(DESTDIR)$(pkglibdir)" \ || exit 1; \ done - $(INSTALL_DATA) $(srcdir)/dlmain.c "$(DESTDIR)$(pkgdatadir)" || exit $$?; +# $(INSTALL_DATA) $(srcdir)/dlmain.c "$(DESTDIR)$(pkgdatadir)" || exit $$?; uninstall: