mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
8e3c5acecf
commit
c00252f401
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue