diff options
Diffstat (limited to 'arch/ia64/Makefile')
-rw-r--r-- | arch/ia64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/Makefile b/arch/ia64/Makefile index f37238f45bcd..5441b14994fc 100644 --- a/arch/ia64/Makefile +++ b/arch/ia64/Makefile | |||
@@ -76,7 +76,7 @@ vmlinux.gz: vmlinux | |||
76 | $(Q)$(MAKE) $(build)=$(boot) $@ | 76 | $(Q)$(MAKE) $(build)=$(boot) $@ |
77 | 77 | ||
78 | unwcheck: vmlinux | 78 | unwcheck: vmlinux |
79 | -$(Q)READELF=$(READELF) python $(srctree)/arch/ia64/scripts/unwcheck.py $< | 79 | -$(Q)READELF=$(READELF) $(PYTHON) $(srctree)/arch/ia64/scripts/unwcheck.py $< |
80 | 80 | ||
81 | archclean: | 81 | archclean: |
82 | $(Q)$(MAKE) $(clean)=$(boot) | 82 | $(Q)$(MAKE) $(clean)=$(boot) |