patch-2.1.13 linux/drivers/sound/Makefile

Next file: linux/drivers/sound/Makefile.old
Previous file: linux/drivers/sound/CHANGELOG
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.12/linux/drivers/sound/Makefile linux/drivers/sound/Makefile
@@ -148,10 +148,10 @@
 
 
 lowlevel/lowlevel.o: dummy
-		cd lowlevel;make
+		cd lowlevel;make CC="$(CC)" CFLAGS="$(CFLAGS)"
 
 contrib:
-		cd lowlevel;make clean;make module CFLAGS="$(CFLAGS)"
+		cd lowlevel;make clean;make module "CC=$(CC)" CFLAGS="$(CFLAGS)"
 
 ifdef USE_DEPEND
 #

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov