projects
/
arcanos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f35c20d
)
Get rid of perl variable in makefile
1/head
author
greg
<elorian.mestec@gmail.com>
Tue, 9 Jun 2015 06:44:14 +0000
(23:44 -0700)
committer
greg
<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
patch
|
blob
|
history
diff --git
a/GNUmakefile
b/GNUmakefile
index 974fca68e7330ae3b39c532c549062d894ae428a..0171edb2e2828dfc6a9519a951c3863f4e5a6396 100644
(file)
--- 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.