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++
STRIP = strip
LD = $(GPP)
RANLIB = ranlib
AR = ar
endif
# makefile helpers