From 6bb8c070e3f77bfcde5fd353b34e971b7f994ee5 Mon Sep 17 00:00:00 2001 From: alibrary Date: Fri, 22 Feb 2002 08:02:27 +0000 Subject: [PATCH] correct dependencies when adding/removing files --- build/module.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/module.tpl b/build/module.tpl index 9491c626e04..034c8ef7bd4 100644 --- a/build/module.tpl +++ b/build/module.tpl @@ -142,12 +142,12 @@ ifndef ALIQUIET endif $(MUTE)$(LD) $(LDFLAGS) $(@PACKAGE@O) $(@PACKAGE@DO) $(BINLIBDIRS) $(LIBS) $(@PACKAGE@ELIBS) $(EXEFLAGS) -o $@ -$(@PACKAGE@DS): $(@PACKAGE@CINTHDRS) $(@PACKAGE@DH) +$(@PACKAGE@DS): $(@PACKAGE@CINTHDRS) $(@PACKAGE@DH) @MODULE@/module.mk ifndef ALIQUIET @echo "***** Creating $@ *****"; endif @(if [ ! -d '$(dir $@)' ]; then echo "***** Making directory $(dir $@) *****"; mkdir -p $(dir $@); fi;) - $(MUTE)rootcint -f $@ -c $(CINTFLAGS) $(@PACKAGE@INC) $^ + $(MUTE)rootcint -f $@ -c $(CINTFLAGS) $(@PACKAGE@INC) $(shell echo $^ | sed -e 's/@MODULE@\/module\.mk//') $(@PACKAGE@DO): $(@PACKAGE@DS) ifndef ALIQUIET -- 2.43.0