summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-03-30 00:48:30 +0200
committerKay Sievers <kay.sievers@suse.de>2006-03-30 00:48:30 +0200
commit1fda06ae9891494b5890b287bd6db01b685a8be6 (patch)
tree131dde80de0e46eaa41c64ee79a950f40b3d976e /extras
parent1945917d4b2048e56b0b7e26f15b6bcec8c786e9 (diff)
pass CROSS_COMPILE to AR and RANLIB down to extras/
Diffstat (limited to 'extras')
-rw-r--r--extras/volume_id/lib/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/extras/volume_id/lib/Makefile b/extras/volume_id/lib/Makefile
index f69df5f5ca..a0c773550e 100644
--- a/extras/volume_id/lib/Makefile
+++ b/extras/volume_id/lib/Makefile
@@ -54,9 +54,6 @@ HEADERS= \
libvolume_id.h \
util.h
-AR = $(CROSS)ar
-RANLIB = $(CROSS)ranlib
-
all: libvolume_id.a $(SHLIB) libvolume_id.pc
.PHONY: all
.DEFAULT: all