summaryrefslogtreecommitdiff
path: root/testtools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-02 11:52:29 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-02 11:52:29 +0100
commit1607aae1e93371e4f3b827039dd491e2473852ae (patch)
tree342427d6a2100ffed2f9198b0ba9a16f8260f11c /testtools
parent1cc9502ccc31e21d231f498b8d8f2843baf4741e (diff)
Clean up makefiles
Diffstat (limited to 'testtools')
-rw-r--r--testtools/source/cliversioning/makefile.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/testtools/source/cliversioning/makefile.mk b/testtools/source/cliversioning/makefile.mk
index 57971b47984f..bb9cd3de22d2 100644
--- a/testtools/source/cliversioning/makefile.mk
+++ b/testtools/source/cliversioning/makefile.mk
@@ -25,7 +25,6 @@
#
# ************************************************************************/
-
# Builds the SpreadSheet examples of the Developers Guide.
PRJ = ..$/..
@@ -36,8 +35,6 @@ PACKAGE = cliversion
.INCLUDE: settings.mk
.INCLUDE : $(PRJ)$/util$/makefile.pmk
-#.IF "$(BUILD_FOR_CLI)" == ""
-
.IF "$(debug)" != ""
CSCFLAGS += -checked+ -define:DEBUG -define:TRACE -debug+
.ELSE
@@ -136,7 +133,3 @@ RUNINSTRUCTIONS :
@echo ########################### N O T E ######################################
@echo .
@echo .
-
-
-
-#.ENDIF