X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=scripts%2FMakefile.build;h=5ed4cbf1e0e1f412346431a870f1300a2d77a50b;hb=8694a1c6056f1f5f006a0442428f2df5171b9656;hp=232485ec52650ed65b5dd50761291f8555e1614c;hpb=6a4917e3ae5194a10e0723f96edc854c381e3063;p=linux-2.6-omap-h63xx.git diff --git a/scripts/Makefile.build b/scripts/Makefile.build index 232485ec526..5ed4cbf1e0e 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build @@ -199,8 +199,9 @@ cmd_modversions = \ endif ifdef CONFIG_FTRACE_MCOUNT_RECORD -cmd_record_mcount = $(srctree)/scripts/recordmcount.pl "$(ARCH)" \ - "$(OBJDUMP)" "$(OBJCOPY)" "$(CC)" "$(LD)" "$(NM)" "$(RM)" "$(MV)" "$(@)"; +cmd_record_mcount = perl $(srctree)/scripts/recordmcount.pl \ + "$(ARCH)" "$(OBJDUMP)" "$(OBJCOPY)" "$(CC)" "$(LD)" "$(NM)" "$(RM)" \ + "$(MV)" "$(@)"; endif define rule_cc_o_c