Revert "correct the path to dstring.c"

This reverts commit 28002be150.
This commit is contained in:
Holger Vogt 2020-02-14 19:35:30 +01:00
parent 94960da207
commit ed95f46259
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 $<