]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/i386/boot/Makefile
Merge branch 'work-fixes'
[linux-2.6-omap-h63xx.git] / arch / i386 / boot / Makefile
index 1e71382d413a99b40f3a1e759ee0254acff94539..f136752563b105b93fee00a3b75824eb2c6af055 100644 (file)
@@ -100,5 +100,5 @@ zlilo: $(BOOTIMAGE)
        cp System.map $(INSTALL_PATH)/
        if [ -x /sbin/lilo ]; then /sbin/lilo; else /etc/lilo/install; fi
 
-install: $(BOOTIMAGE)
-       sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $< System.map "$(INSTALL_PATH)"
+install:
+       sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(BOOTIMAGE) System.map "$(INSTALL_PATH)"