Skip to content

Commit ba3f7b3

Browse files
authored
Merge pull request #2761 from RajalakshmiSR/Makefile_err
Remove extra symbol in Makefile
2 parents cd60080 + 475b5c9 commit ba3f7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/Makefile.L3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2351,7 +2351,7 @@ $(SGEMMITCOPYOBJ_P) : $(KERNELDIR)/$(SGEMMITCOPY)
23512351

23522352
endif
23532353

2354-
$(D<GEMMONCOPYOBJ_P) : $(KERNELDIR)/$(DGEMMONCOPY)
2354+
$(DGEMMONCOPYOBJ_P) : $(KERNELDIR)/$(DGEMMONCOPY)
23552355
$(CC) $(PFLAGS) -c -DDOUBLE -UCOMPLEX $< -o $@
23562356

23572357
$(DGEMMOTCOPYOBJ_P) : $(KERNELDIR)/$(DGEMMOTCOPY)

0 commit comments

Comments
 (0)