From: Kenn H. <ke...@us...> - 2001-02-23 05:10:26
|
Update of /cvsroot/linux-vax/kernel-2.4 In directory usw-pr-cvs1:/tmp/cvs-serv12598 Modified Files: Makefile Log Message: Fix CROSS_COMPILE prefix Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- Makefile 2001/02/22 22:15:07 1.8 +++ Makefile 2001/02/22 23:30:17 1.9 @@ -19,7 +19,7 @@ HOSTCC = gcc HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -CROSS_COMPILE = /usr/local/vax-tools/bin/vax-dec-linux- +CROSS_COMPILE = /usr/local/bin/vax-dec-linux- # # Include the make variables (CC, etc...) |