Minor tidyups in Tests makefile

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

View file

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

View file

@ -42,7 +42,7 @@ endif
include $(GNUSTEP_MAKEFILES)/common.make
TOP_DIR=$(shell dirname $(CURDIR))
TOP_DIR := $(shell dirname $(CURDIR))
TEST_TOOL_NAMES=
@ -65,5 +65,5 @@ check::
clean::
gnustep-tests --clean
include $(GNUSTEP_MAKEFILES)/test-tool.make
# This makefile does nothing.
include $(GNUSTEP_MAKEFILES)/rules.make