removed redundant target dependency in Makefile
This commit is contained in:
parent
b24cc115fa
commit
a14428a111
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue