Add USE_PERL fallback option for create script used with FUNCTION_PROFILE
This commit is contained in:
parent
f1c570a5f1
commit
a3e02742f2
|
@ -531,8 +531,11 @@ $(BLASOBJS) $(BLASOBJS_P) : functable.h
|
|||
$(BLASOBJS) $(BLASOBJS_P) : override CFLAGS += -DPROFILE_FUNC_NAME=interface_$(*F)
|
||||
|
||||
functable.h : Makefile
|
||||
ifndef USE_PERL
|
||||
./create $(FUNCALLFILES) > functable.h
|
||||
|
||||
else
|
||||
./create.pl $(FUNCALLFILES) > functable.h
|
||||
endif
|
||||
endif
|
||||
|
||||
clean ::
|
||||
|
|
Loading…
Reference in New Issue