From 26f2af4c238043c12e3a1317aabdc609a67367b8 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 11 Jul 2008 18:56:17 +0000 Subject: - remove the error counter --- test/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 5b240f49b..f38427e41 100644 --- a/test/Makefile +++ b/test/Makefile @@ -42,16 +42,14 @@ DIRS := $(filter-out math,$(DIRS)) test check all: run -run: compile subdirs_run +run: subdirs_run -compile:subdirs_compile - @echo 0 > $(COUNTER) +compile: subdirs_compile tags: ctags -R clean: subdirs_clean - @rm -f $(COUNTER) subdirs: $(patsubst %, _dir_%, $(DIRS)) subdirs_compile: $(patsubst %, _dircompile_%, $(DIRS)) -- cgit v1.2.3