Strip PACKAGE_NAME before using

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@18946 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2004-03-29 11:24:19 +00:00
parent 8e3c5acecf
commit c00252f401
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Mon Mar 29 12:19:38 2004 Matt Rice <ratmice@yahoo.com>
* Master/source-distribution.make: Strip whitespaces from
PACKAGE_NAME.
2004-03-28 Richard Frith-Macdonald <rfm@gnu.org>
* Instance/Documentation/autogsdoc.make: Correct dependency

View file

@ -57,6 +57,8 @@
# all files (/directories) you want to exclude from distribution.
#
PACKAGE_NAME := $(strip $(PACKAGE_NAME))
ifeq ($(CVS_MODULE_NAME),)
CVS_MODULE_NAME = $(PACKAGE_NAME)
endif