From 5c0a4f9f3c75c7ee0f07a9cc54a7fcd655af8b10 Mon Sep 17 00:00:00 2001 From: greg Date: Mon, 8 Jun 2015 23:44:14 -0700 Subject: [PATCH] Get rid of perl variable in makefile I don't know perl and I don't want to use it --- GNUmakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 974fca6..0171edb 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -31,7 +31,6 @@ NM := $(GCCPREFIX)nm # Native commands NCC := gcc $(CC_VER) -pipe TAR := gtar -PERL := perl # Compiler flags # -fno-builtin is required to avoid refs to undefined functions in the kernel. -- 2.34.1