--- lilo/src/Makefile +++ lilo/src/Makefile @@ -242,10 +242,10 @@ install: if [ -f diag1.img ]; then cp -f diag1.img $$DESTDIR$(BOOT_DIR); fi if [ -f diag2.img ]; then cp -f diag2.img $$DESTDIR$(BOOT_DIR); fi - strip lilo + : strip lilo cp lilo $$DESTDIR$(SBIN_DIR)/lilo if [ -f lilo.static ]; then \ - strip lilo.static; \ + : strip lilo.static; \ cp lilo.static $$DESTDIR$(SBIN_DIR)/lilo.static; \ fi cp ../mkrescue $$DESTDIR$(USRSBIN_DIR)/mkrescue