correct the path to dstring.c
This commit is contained in:
parent
0c69374876
commit
28002be150
|
|
@ -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 $<
|
||||
|
|
|
|||
Loading…
Reference in New Issue