mirror of
https://github.com/thepigeongenerator/mcaselector-lite
synced 2026-02-08 07:33:35 +01:00
fix: not using NAME for install and install-strip prerequisites
This commit is contained in:
4
Makefile
4
Makefile
@@ -64,12 +64,12 @@ all: bin/$(NAME) bin/stripped_$(NAME)
|
|||||||
|
|
||||||
# Install a binary on a POSIX-compliant system.
|
# Install a binary on a POSIX-compliant system.
|
||||||
.PHONY:
|
.PHONY:
|
||||||
install: bin/mcaselector-lite
|
install: bin/$(NAME)
|
||||||
install -m0755 bin/$(NAME) $(DESTDIR)/bin/$(NAME)
|
install -m0755 bin/$(NAME) $(DESTDIR)/bin/$(NAME)
|
||||||
|
|
||||||
# Install a stripped binary on a POSIX-compliant system
|
# Install a stripped binary on a POSIX-compliant system
|
||||||
.PHONY:
|
.PHONY:
|
||||||
install-strip: bin/mcaselector-lite.stripped
|
install-strip: bin/$(NAME).stripped
|
||||||
install -m0755 bin/stripped_$(NAME) $(DESTDIR)/bin/$(NAME)
|
install -m0755 bin/stripped_$(NAME) $(DESTDIR)/bin/$(NAME)
|
||||||
|
|
||||||
.PHONY:
|
.PHONY:
|
||||||
|
|||||||
Reference in New Issue
Block a user