From 0790dafd76657d32f91670bb738f0f7234f73e82 Mon Sep 17 00:00:00 2001 From: danmc Date: Thu, 12 Oct 2006 02:38:26 +0000 Subject: [PATCH] Rename makeidx to ngmakeidx to match all of the other binaries which are prefixed with 'ng'. This is the last of the conflicting files with spice3 from Berkeley. --- src/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 6020c6b4c..30104109a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = misc maths frontend spicelib include @XSPICEDIR@ @CIDERDIR@ DIST_SUBDIRS = misc maths frontend spicelib include xspice ciderlib -bin_PROGRAMS = ngspice ngnutmeg nghelp makeidx +bin_PROGRAMS = ngspice ngnutmeg nghelp ngmakeidx if !WINDOWS bin_PROGRAMS += ngsconvert ngproc2mod ngmultidec @@ -188,14 +188,14 @@ ngmultidec_LDADD = \ endif !WINDOWS -## makeidx: +## ngmakeidx: -makeidx_SOURCES = makeidx.c +ngmakeidx_SOURCES = makeidx.c ## create index for online help: -ngspice.idx: makeidx - ./makeidx $(srcdir)/ngspice.txt +ngspice.idx: ngmakeidx + ./ngmakeidx $(srcdir)/ngspice.txt ## General Includes and libraries: