This commit is contained in:
Holger Vogt 2020-04-23 13:30:55 +02:00
parent b3fdff7bc0
commit 833751ab3f
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ clean:
NGSRCDIR = $(srcdir)/../../
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 $<
ifdef cm