make path to dstring.c independent from build directory
This commit is contained in:
parent
ed95f46259
commit
9b4944df33
|
|
@ -43,7 +43,7 @@ clean:
|
|||
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
NGSRCDIR = $(CURDIR)/../../../../src
|
||||
NGSRCDIR = $(srcdir)/../../
|
||||
|
||||
dstring.o : $(NGSRCDIR)/misc/dstring.c $(NGSRCDIR)/include/ngspice/dstring.h
|
||||
$(COMPILE) -I $(NGSRCDIR)/include/ngspice -o $@ -c $<
|
||||
|
|
|
|||
Loading…
Reference in New Issue