1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Makefile: fix package directory in the help message

This commit is contained in:
Oleg Semyonov 2013-03-24 16:32:30 +02:00
parent 30b362a5fa
commit c2284d0c3f

View File

@ -971,5 +971,5 @@ help:
@$(ECHO)
@$(ECHO) " Note: All tools will be installed into $(TOOLS_DIR)"
@$(ECHO) " All build output will be placed in $(BUILD_DIR)"
@$(ECHO) " Package will be placed into $(PKG_DIR)"
@$(ECHO) " Package will be placed into $(PACKAGE_DIR)"
@$(ECHO)