summaryrefslogtreecommitdiff
path: root/cad/ng-spice/patches/patch-ab
blob: acceb3713924f000305f66f667854cba72ad10f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
$NetBSD: patch-ab,v 1.4 2004/12/02 13:33:32 dmcmahill Exp $

--- src/Makefile.am.orig	Sat Feb 14 19:19:27 2004
+++ src/Makefile.am
@@ -4,7 +4,7 @@ SUBDIRS = misc maths frontend spicelib i
 DIST_SUBDIRS = misc maths frontend spicelib include xspice ciderlib
 
 bin_PROGRAMS =  ngspice ngnutmeg nghelp ngsconvert ngproc2mod ngmultidec \
-	        makeidx
+	        ngmakeidx
 
 EXTRA_DIST = ngspice.txt ngspice.idx setplot spectrum \
 	     devload devaxis ciderinit winmain.c
@@ -169,14 +169,14 @@ ngmultidec_LDADD =  \
 	maths/sparse/libsparse.a \
 	misc/libmisc.a 
 
-## 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: