Revert "correct the path to dstring.c"

This reverts commit 28002be150.
This commit is contained in:
Holger Vogt
2020-03-15 08:51:03 +01:00
parent 89ea46e39a
commit 5bc9a320eb
+1 -1
View File
@@ -43,7 +43,7 @@ clean:
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
NGSRCDIR = $(CURDIR)/../../../src NGSRCDIR = $(CURDIR)/../../../../src
dstring.o : $(NGSRCDIR)/misc/dstring.c $(NGSRCDIR)/include/ngspice/dstring.h dstring.o : $(NGSRCDIR)/misc/dstring.c $(NGSRCDIR)/include/ngspice/dstring.h
$(COMPILE) -I $(NGSRCDIR)/include/ngspice -o $@ -c $< $(COMPILE) -I $(NGSRCDIR)/include/ngspice -o $@ -c $<