mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
aafba32c09
commit
f6e67a968a
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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\')
|
||||
|
||||
|
|
Loading…
Reference in a new issue