cake
/
p7utils
Archived
1
0
Fork 0

Forgot to filter out p7os here.

This commit is contained in:
Thomas Touhey 2017-01-04 23:55:52 +01:00
parent 3882740cc9
commit 5a09d35b6d
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ $(foreach bin,$(BINARIES),\
$(eval $(call make-installbinary-rule,$(bin))))
# Install binaries
install-bins: $(BINARIES:%=install-%)
install-bins: $(DEFAULT_BINARIES:%=install-%)
# Uninstall binaries
uninstall-bins: $(CHECKCFG)