Accidentally messed up tabs in Makefile with spaces. Fixing with a tab. Signed-off-by: Nur Hussein <hussein@xxxxxxxxx> --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index eb5fc2e..3725bc0 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ install: .PHONY: uninstall uninstall: - ./uninstall $(PREFIX)/bin/ $(SCRIPTS) + ./uninstall $(PREFIX)/bin/ $(SCRIPTS) .PHONY: doc doc: -- 1.4.4.4 -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html