From: Jan-Benedict G. <jb...@he...> - 2006-04-09 19:10:58
|
arch/vax/kernel/Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) New commits: commit e40d99d6fdc2de331ba1741897c51cf92c9647ea Author: Jan-Benedict Glaw <jb...@d2...> Date: Sun Apr 9 21:10:41 2006 +0200 [VAX] Remove trailing backslash in a makefile where it is not needed. Signed-off-by: Jan-Benedict Glaw <jb...@lu...> diff --git a/arch/vax/kernel/Makefile b/arch/vax/kernel/Makefile index 671aab3..d5cb600 100644 --- a/arch/vax/kernel/Makefile +++ b/arch/vax/kernel/Makefile @@ -9,7 +9,7 @@ extra-y := vmlinux.lds obj-y := ptrace.o process.o setup.o regdump.o interrupt.o entry.o time.o \ ioprobe.o syscall.o signal.o semaphore.o vax_dev_init.o \ - init_task.o reboot.o cpu_generic.o clock.o \ + init_task.o reboot.o cpu_generic.o clock.o obj-y += bootcons/ |