From 129b219ed2b86fa688392c48343b1c68bd880f3b Mon Sep 17 00:00:00 2001 From: dwarning Date: Thu, 13 Feb 2020 18:43:04 +0100 Subject: [PATCH] correct the path to dstring.c --- src/xspice/icm/GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xspice/icm/GNUmakefile.in b/src/xspice/icm/GNUmakefile.in index 1958103fe..744d316a1 100644 --- a/src/xspice/icm/GNUmakefile.in +++ b/src/xspice/icm/GNUmakefile.in @@ -43,7 +43,7 @@ clean: #----------------------------------------------------------------------------- -NGSRCDIR = $(CURDIR)/../../../../src +NGSRCDIR = $(CURDIR)/../../../src dstring.o : $(NGSRCDIR)/misc/dstring.c $(NGSRCDIR)/include/ngspice/dstring.h $(COMPILE) -I $(NGSRCDIR)/include/ngspice -o $@ -c $<