patch-2.2.15 linux/arch/alpha/kernel/Makefile

Next file: linux/arch/alpha/kernel/alpha_ksyms.c
Previous file: linux/arch/alpha/config.in
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/arch/alpha/kernel/Makefile linux/arch/alpha/kernel/Makefile
@@ -134,7 +134,7 @@
 	./check_asm > $(TOPDIR)/include/asm-alpha/asm_offsets.h
 
 check_asm: check_asm.c
-	gcc -o $@ $< -I$(TOPDIR)/include -D__KERNEL__ -ffixed-8
+	$(CC) -o $@ $< -I$(TOPDIR)/include -D__KERNEL__ -ffixed-8
 
 clean::
 	rm -f check_asm

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)