patch-2.1.96 linux/arch/arm/boot/Makefile

Next file: linux/arch/arm/boot/compressed/Makefile
Previous file: linux/arch/arm/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.95/linux/arch/arm/boot/Makefile linux/arch/arm/boot/Makefile
@@ -25,11 +25,8 @@
 zinstall: $(CONFIGURE) zImage
 	sh ./install.sh $(VERSION).$(PATCHLEVEL).$(SUBLEVEL) zImage $(TOPDIR)/System.map "$(INSTALL_PATH)"
 
-tools/build: tools/build.c
-	$(HOSTCC) $(HOSTCFLAGS) -o $@ $< -I$(TOPDIR)/include
-
 clean:
-	rm -f Image zImage tools/build
+	rm -f Image zImage
 	@$(MAKE) -C compressed clean
 
 dep:

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