patch-2.2.0-pre4 linux/arch/i386/boot/Makefile
Next file: linux/arch/i386/kernel/setup.c
Previous file: linux/README
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Sat Jan  2 10:27:52 1999
-  Orig file: 
v2.2.0-pre3/linux/arch/i386/boot/Makefile
-  Orig date: 
Tue Jul 21 00:15:30 1998
diff -u --recursive --new-file v2.2.0-pre3/linux/arch/i386/boot/Makefile linux/arch/i386/boot/Makefile
@@ -40,7 +40,7 @@
 	if [ -x /sbin/lilo ]; then /sbin/lilo; else /etc/lilo/install; fi
 
 install: $(CONFIGURE) $(BOOTIMAGE)
-	sh -x ./install.sh $(VERSION).$(PATCHLEVEL).$(SUBLEVEL) $(BOOTIMAGE) $(TOPDIR)/System.map "$(INSTALL_PATH)"
+	sh -x ./install.sh $(KERNELRELEASE) $(BOOTIMAGE) $(TOPDIR)/System.map "$(INSTALL_PATH)"
 
 tools/build: tools/build.c
 	$(HOSTCC) $(HOSTCFLAGS) -o $@ $< -I$(TOPDIR)/include
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov