Browse Source

correct the path to dstring.c

pre-master-46
dwarning 6 years ago
committed by Holger Vogt
parent
commit
129b219ed2
  1. 2
      src/xspice/icm/GNUmakefile.in

2
src/xspice/icm/GNUmakefile.in

@ -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…
Cancel
Save