From a14428a111009e0e125c2dc2bca9eb7a4bc11087 Mon Sep 17 00:00:00 2001 From: celso Date: Tue, 22 Nov 2022 18:35:17 -0300 Subject: [PATCH] removed redundant target dependency in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e0f78a..85981ae 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ debug: install: $(BIN) cp $(BINDIR)/$(BIN) /usr/bin/$(BIN) -install-openrc: $(BIN) install +install-openrc: install cp init.d/$(BIN) /etc/init.d/$(BIN) cp conf.d/$(BIN) /etc/conf.d/$(BIN) rc-update add homemade_speedstep