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 $<