From 814cac0f8b62a1045c09d800c476c48274499187 Mon Sep 17 00:00:00 2001 From: hristov Date: Fri, 25 Jun 2004 07:38:01 +0000 Subject: [PATCH] Fix to keep the dependence files --- build/module.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/module.tpl b/build/module.tpl index 57504183b0a..e688ab08dc7 100644 --- a/build/module.tpl +++ b/build/module.tpl @@ -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) -- 2.43.0