]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - build/module.tpl
Correcting some ripple from recent cleanup
[u/mrichter/AliRoot.git] / build / module.tpl
index e688ab08dc72a25a111484fe020fc2eab3a18a5d..abe3fa00ec90bcbf74b0e0fd0eb2f24241ee645e 100644 (file)
@@ -320,7 +320,9 @@ 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
+.PRECIOUS: $(patsubst %.cxx,$(MODDIRO)/%.d,$(SRCS))
+.PRECIOUS: $(patsubst %.c,$(MODDIRO)/%.d,$(CSRCS))
+.PRECIOUS: $(patsubst %.F,$(MODDIRO)/%.d,$(patsubst %.f,$(MODDIRO)/%.d,$(FSRCS)))
 
 @PACKAGE@CHECKS := $(patsubst %.cxx,@MODULE@/check/%.viol,$(SRCS))