correct the path to dstring.c

This commit is contained in:
dwarning 2020-02-13 18:43:04 +01:00 committed by Holger Vogt
parent 4f75d56011
commit 129b219ed2
1 changed files with 1 additions and 1 deletions

View File

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