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