chiark / gitweb /
[PATCH] Added tdb code from latest cvs version in the samba tree
[elogind.git] / Makefile
index b1adf3456c676dc29933591dfbffed2df0a731bc..a7bb01d247cfcc4685e919b7bd1390d7005d412c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,9 @@ CROSS = #/usr/i386-linux-uclibc/usr/bin/i386-uclibc-
 CC = $(CROSS)gcc
 AR = $(CROSS)ar
 STRIP = $(CROSS)strip
+RANLIB = $(CROSS)ranlib
 
+export CROSS CC AR STRIP RANLIB
 
 # code taken from uClibc to determine the current arch
 ARCH := ${shell $(CC) -dumpmachine | sed -e s'/-.*//' -e 's/i.86/i386/' -e 's/sparc.*/sparc/' \