Get rid of perl variable in makefile 1/head
authorgreg <elorian.mestec@gmail.com>
Tue, 9 Jun 2015 06:44:14 +0000 (23:44 -0700)
committergreg <elorian.mestec@gmail.com>
Tue, 9 Jun 2015 06:44:14 +0000 (23:44 -0700)
I don't know perl and I don't want to use it

GNUmakefile

index 974fca68e7330ae3b39c532c549062d894ae428a..0171edb2e2828dfc6a9519a951c3863f4e5a6396 100644 (file)
@@ -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.