]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/Makefile.am (moddep.lst): Use $(AWK) instead of awk
authorChristoph Junghans <ottxor@gentoo.org>
Fri, 12 Oct 2012 13:04:02 +0000 (15:04 +0200)
committerChristoph Junghans <ottxor@gentoo.org>
Fri, 12 Oct 2012 13:04:02 +0000 (15:04 +0200)
grub-core/Makefile.am

index cc4fb68b89edf381d8ceb281450de512f645f429..9cb14e27a6257a4b8685bb6e569e4415699fb19d 100644 (file)
@@ -349,7 +349,7 @@ syminfo.lst: gensyminfo.sh kernel_syms.lst $(MODULE_FILES)
 
 # generate global module dependencies list
 moddep.lst: syminfo.lst genmoddep.awk video.lst
-       cat $< | sort | awk -f $(srcdir)/genmoddep.awk > $@ || (rm -f $@; exit 1)
+       cat $< | sort | $(AWK) -f $(srcdir)/genmoddep.awk > $@ || (rm -f $@; exit 1)
 platform_DATA += moddep.lst
 CLEANFILES += config.log syminfo.lst moddep.lst