--- linux/arch/arm/Makefile.orig Tue Jan 20 16:39:41 1998 +++ linux/arch/arm/Makefile Tue Feb 24 00:48:51 1998 @@ -154,11 +154,11 @@ DRIVERS := $(DRIVERS) arch/arm/drivers/sound/sound.a endif -symlinks:: +sym_links: $(RM) include/asm-arm/arch include/asm-arm/proc (cd include/asm-arm; ln -sf arch-$(MACHINE) arch; ln -sf proc-$(PROCESSOR) proc) -mrproper:: +mr_proper: rm -f include/asm-arm/arch include/asm-arm/proc @$(MAKE) -C arch/$(ARCH)/drivers mrproper