Removed unused variable in makefile

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32809 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2011-04-08 18:36:47 +00:00
parent aafba32c09
commit f6e67a968a
2 changed files with 2 additions and 3 deletions

View file

@ -2,7 +2,8 @@
* Tests/GNUmakefile: Include rules.make instead of test-tool.make.
(TOP_DIR): Define using ':=' instead of '='.
(TEST_TOOL_NAMES): Variable removed.
2011-04-08 Nicola Pero <nicola.pero@meta-innovation.com>
* Tools/pl2link.m (main): Fixed determining the installation

View file

@ -44,8 +44,6 @@ include $(GNUSTEP_MAKEFILES)/common.make
TOP_DIR := $(shell dirname $(CURDIR))
TEST_TOOL_NAMES=
all::
@(echo If you want to run the gnustep-base testsuite, please type \'make check\')