From: Paolo 'Blaisorblade' Giarrusso That var is used only once, use its value directly. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton --- 25-akpm/arch/um/drivers/Makefile | 4 +--- 1 files changed, 1 insertion(+), 3 deletions(-) diff -puN arch/um/drivers/Makefile~uml-trivial-removal-of-makefile-var arch/um/drivers/Makefile --- 25/arch/um/drivers/Makefile~uml-trivial-removal-of-makefile-var 2005-03-02 08:15:41.000000000 -0800 +++ 25-akpm/arch/um/drivers/Makefile 2005-03-02 08:15:41.000000000 -0800 @@ -3,8 +3,6 @@ # Licensed under the GPL # -CHAN_OBJS := chan_kern.o chan_user.o line.o - # pcap is broken in 2.5 because kbuild doesn't allow pcap.a to be linked # in to pcap.o @@ -20,7 +18,7 @@ ubd-objs := ubd_kern.o ubd_user.o port-objs := port_kern.o port_user.o harddog-objs := harddog_kern.o harddog_user.o -obj-y := stdio_console.o fd.o $(CHAN_OBJS) +obj-y := stdio_console.o fd.o chan_kern.o chan_user.o line.o obj-$(CONFIG_SSL) += ssl.o obj-$(CONFIG_STDERR_CONSOLE) += stderr_console.o _