Remove extra symbol in Makefile

While trying out different unroll values, noted that
make failed due to this extra symbol.
This commit is contained in:
Rajalakshmi Srinivasaraghavan 2020-08-07 15:27:44 -05:00
parent cd60080d4a
commit 475b5c95b9
1 changed files with 1 additions and 1 deletions

View File

@ -2351,7 +2351,7 @@ $(SGEMMITCOPYOBJ_P) : $(KERNELDIR)/$(SGEMMITCOPY)
endif
$(D<GEMMONCOPYOBJ_P) : $(KERNELDIR)/$(DGEMMONCOPY)
$(DGEMMONCOPYOBJ_P) : $(KERNELDIR)/$(DGEMMONCOPY)
$(CC) $(PFLAGS) -c -DDOUBLE -UCOMPLEX $< -o $@
$(DGEMMOTCOPYOBJ_P) : $(KERNELDIR)/$(DGEMMOTCOPY)