From 9e6ff777bbf271b75aa0b1aa24e6f12d7b768375 Mon Sep 17 00:00:00 2001 From: Gordon Hollingworth Date: Fri, 20 Jan 2017 11:29:04 +0000 Subject: [PATCH] Remove installation of rpiboot to /usr/bin --- Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 3e7d1e4..c3e1137 100755 --- a/Makefile +++ b/Makefile @@ -1,13 +1,6 @@ rpiboot: main.c $(CC) -g -o $@ $< -lusb-1.0 -install: rpiboot - cp rpiboot /usr/bin - mkdir -p /usr/share/rpiboot - cp usbbootcode.bin /usr/share/rpiboot - cp msd.elf /usr/share/rpiboot - cp buildroot.elf /usr/share/rpiboot - uninstall: rm -f /usr/bin/rpiboot rm -f /usr/share/rpiboot/usbbootcode.bin @@ -18,4 +11,4 @@ uninstall: clean: rm rpiboot -.PHONY: install uninstall clean +.PHONY: uninstall clean -- libgit2 0.21.4