From b6c6966da256b061f2d2ffccc63240a81b8e7984 Mon Sep 17 00:00:00 2001 From: jacob Date: Tue, 16 Nov 2004 01:23:17 +0000 Subject: [PATCH] - pass CC when building modules --- lustre/autoMakefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/autoMakefile.am b/lustre/autoMakefile.am index cc851a9..7830e54 100644 --- a/lustre/autoMakefile.am +++ b/lustre/autoMakefile.am @@ -56,7 +56,7 @@ lvfs-sources: $(MAKE) sources -C lvfs modules: lustre_build_version $(DEP) $(LDISKFS) lvfs-sources - $(MAKE) $(ARCH_UM) -C $(LINUX) -f $(PWD)/kernel-tests/Makefile LUSTRE_LINUX_CONFIG=$(LINUX_CONFIG) $(MODULE_TARGET)=$(PWD) -o tmp_include_depends -o scripts -o include/config/MARKER $@ + $(MAKE) $(ARCH_UM) CC=$(CC) -C $(LINUX) -f $(PWD)/kernel-tests/Makefile LUSTRE_LINUX_CONFIG=$(LINUX_CONFIG) $(MODULE_TARGET)=$(PWD) -o tmp_include_depends -o scripts -o include/config/MARKER $@ endif # MODULES -- 1.8.3.1