From: greg Date: Tue, 9 Jun 2015 06:44:14 +0000 (-0700) Subject: Get rid of perl variable in makefile X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=5c0a4f9f3c75c7ee0f07a9cc54a7fcd655af8b10;p=arcanos.git Get rid of perl variable in makefile I don't know perl and I don't want to use it --- 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.