From ed95f462598fc52e0ed121b419343d601283aaa9 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 14 Feb 2020 19:35:30 +0100 Subject: [PATCH] Revert "correct the path to dstring.c" This reverts commit 28002be1501a97fd222e36f6615aadef8c915264. --- 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 744d316a1..1958103fe 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 $<