git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bd6a80
)
Correct wrong position of CHECKS
author
fca
<fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 21 May 2000 15:22:25 +0000
(15:22 +0000)
committer
fca
<fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 21 May 2000 15:22:25 +0000
(15:22 +0000)
FMD/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/FMD/Makefile
b/FMD/Makefile
index 60fb38d01deac519e226fac0b81376844147a73f..8be75d8b2e19e3d0126df935c43e340faa6cf6ef 100644
(file)
--- a/
FMD/Makefile
+++ b/
FMD/Makefile
@@
-58,12
+58,12
@@
depend: $(SRCS)
TOCLEAN = $(OBJS) *Cint.cxx *Cint.h
+CHECKS = $(patsubst %.cxx,check/%.viol,$(SRCS))
+
############################### General Macros ################################
include $(ALICE_ROOT)/conf/GeneralMacros
-CHECKS = $(patsubst %.cxx,check/%.viol,$(SRCS))
-
############################ Dependencies #####################################
-include tgt_$(ALICE_TARGET)/Make-depend