defs.mk: Add missing Linux definition of AR and RANLIB

This commit is contained in:
Jan Lindemann 2009-06-29 23:57:23 +00:00 committed by Jan Lindemann
commit ba46e8b6e8

View file

@ -142,6 +142,8 @@ GCC = gcc
GPP = g++ GPP = g++
STRIP = strip STRIP = strip
LD = $(GPP) LD = $(GPP)
RANLIB = ranlib
AR = ar
endif endif
# makefile helpers # makefile helpers