From 51665627a8ca77e31dcbf0809ca866411c6ecd11 Mon Sep 17 00:00:00 2001 From: fca Date: Wed, 12 Jul 2000 05:35:49 +0000 Subject: [PATCH 1/1] Re-correcting codecheck part --- RICH/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/RICH/Makefile b/RICH/Makefile index 0c96793af2c..fce5d33aa75 100644 --- a/RICH/Makefile +++ b/RICH/Makefile @@ -70,6 +70,8 @@ depend: $(SRCS) TOCLEAN = $(OBJS) *Cint.cxx *Cint.h +CHECKS = $(patsubst %.cxx,check/%.viol,$(SRCS)) + ############################### General Macros ################################ include $(ALICE_ROOT)/conf/GeneralMacros @@ -78,14 +80,6 @@ include $(ALICE_ROOT)/conf/GeneralMacros -include tgt_$(ALICE_TARGET)/Make-depend -### Target check creates violation reports (.viol), which depend on -### stripped files (.ii), which in turn depend on preprocessed -### files (.i). Dependences are in conf/GeneralDef. - -CHECKS = $(patsubst %.cxx,check/%.viol,$(SRCS)) - -check: $(CHECKS) - -- 2.39.3