From 9a85442298a46c364ec71d54719d74eeb16088b8 Mon Sep 17 00:00:00 2001 From: hjl Date: Wed, 18 Apr 2001 15:59:45 +0000 Subject: 2001-04-18 H.J. Lu * nfs-utils.spec.in: Support cross build. * nfs-utils.spec: Regenerated. (Release): Set to 4. * config.sub: New. * config.guess: New. * config.mk.in (BUILD_CC): New. (CC): Set to $(BUILD_CC) if BUILD is defined. (AR): Set to @AR@. (LD): Set to @LD@. (RANLIB): Set to @RANLIB@. * configure.in: Check BUILD_CC, RANLIB, AR and LD. * configure: Regenerated. * tools/rpcgen/Makefile (BUILD): Set to true. --- tools/rpcgen/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/rpcgen') diff --git a/tools/rpcgen/Makefile b/tools/rpcgen/Makefile index defa7cb..44d5dda 100644 --- a/tools/rpcgen/Makefile +++ b/tools/rpcgen/Makefile @@ -42,6 +42,8 @@ TOOL = rpcgen OBJS = rpc_clntout.o rpc_cout.o rpc_hout.o rpc_main.o rpc_parse.o \ rpc_scan.o rpc_svcout.o rpc_tblout.o rpc_util.o rpc_sample.o +BUILD = true + include $(TOP)rules.mk -- cgit