removed redundant target dependency in Makefile

This commit is contained in:
celso 2022-11-22 18:35:17 -03:00
parent b24cc115fa
commit a14428a111
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ debug:
install: $(BIN) install: $(BIN)
cp $(BINDIR)/$(BIN) /usr/bin/$(BIN) cp $(BINDIR)/$(BIN) /usr/bin/$(BIN)
install-openrc: $(BIN) install install-openrc: install
cp init.d/$(BIN) /etc/init.d/$(BIN) cp init.d/$(BIN) /etc/init.d/$(BIN)
cp conf.d/$(BIN) /etc/conf.d/$(BIN) cp conf.d/$(BIN) /etc/conf.d/$(BIN)
rc-update add homemade_speedstep rc-update add homemade_speedstep