]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix to keep the dependence files
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 25 Jun 2004 07:38:01 +0000 (07:38 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 25 Jun 2004 07:38:01 +0000 (07:38 +0000)
build/module.tpl

index 57504183b0abf0f02215175b38a0c1cd3de9c0ab..e688ab08dc72a25a111484fe020fc2eab3a18a5d 100644 (file)
@@ -320,6 +320,8 @@ endif
                @(if [ ! -d '$(dir $@)' ]; then echo "***** Making directory $(dir $@) *****"; mkdir -p $(dir $@); fi;)
                @share/alibtool depend "$(@PACKAGE@DEFINE) $(@PACKAGE@ELIBSDIR) $(@PACKAGE@INC) $(DEPINC) $<" > $@
 
+.PRECIOUS: $(MODDIRO)/%.d
+
 @PACKAGE@CHECKS := $(patsubst %.cxx,@MODULE@/check/%.viol,$(SRCS))
 
 check-@MODULE@: $(@PACKAGE@CHECKS)