mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-30 17:01:18 +00:00
Fixed typo in warning message
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@15284 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a86ddf3d50
commit
80d68322de
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ ifeq ($(CURRENT_VERSION_NAME),)
|
|||
endif
|
||||
|
||||
ifneq ($(DEPLOY_WITH_CURRENT_VERSION),)
|
||||
$(warning DEPLOY_WITH_CURRENT_VERSION is deprecated because it doesnt allow multiple frameworks with different DEPLOY_WITH_CURRENT_VERSION to be built from warning the same GNUmakefile! Please replace it with XXX_DEPLOY_WITH_CURRENT_VERSION)
|
||||
$(warning DEPLOY_WITH_CURRENT_VERSION is deprecated because it doesnt allow multiple frameworks with different DEPLOY_WITH_CURRENT_VERSION to be built from the same GNUmakefile! Please replace it with XXX_DEPLOY_WITH_CURRENT_VERSION)
|
||||
endif
|
||||
|
||||
DEPLOY_WITH_CURRENT_VERSION = $($(GNUSTEP_INSTANCE)_DEPLOY_WITH_CURRENT_VERSION)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue