correct the path to dstring.c

This commit is contained in:
dwarning 2020-02-13 18:43:04 +01:00
parent 0c69374876
commit 28002be150
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 $<