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:
Nicola Pero 2002-12-11 23:06:21 +00:00
parent a86ddf3d50
commit 80d68322de

View file

@ -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)