From ea12dc0ec3256bf9c9de396a2cd8b03824638890 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 24 Jun 2010 01:23:00 +0100 Subject: [build] Avoid hard-coding the path to perl The path "/usr/bin/perl" has been hard-coded since Etherboot 5.1, for no discernible reason. Use just "perl" instead to fix the inconsistency and allow building on systems with Perl installed outside of /usr/bin. Reported-by: Gabor Z. Papp Signed-off-by: Michael Brown --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index f81c4331..3d92c4f3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -20,7 +20,7 @@ MKDIR := mkdir CP := cp ECHO := echo PRINTF := printf -PERL := /usr/bin/perl +PERL := perl CC := $(CROSS_COMPILE)gcc CPP := $(CC) -E AS := $(CROSS_COMPILE)as -- cgit v1.2.3-55-g7522