Skip to content
Snippets Groups Projects
Commit 7c8991de authored by Fons Rademakers's avatar Fons Rademakers
Browse files

add dependencies of G__Base2.cxx on cint/lib/prec_stl and cint/stl.

git-svn-id: http://root.cern.ch/svn/root/trunk@7895 27541ba8-7e3a-0410-8455-c3a389f83636
parent 419ee825
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,9 @@ distclean-base: clean-base
distclean:: distclean-base
##### extra rules ######
$(BASEDIRS)/G__Base2.d: $(BASEDS2) $(RMKDEP)
$(MAKEDEP) $@ "$(CFLAGS) -I$(CINTDIR)/lib/prec_stl -I$(CINTDIR)/stl" \
$*.cxx > $@
ifeq ($(ARCH),alphacxx6)
$(BASEDIRS)/TRandom.o: $(BASEDIRS)/TRandom.cxx
$(CXX) $(NOOPT) $(CXXFLAGS) -o $@ -c $<
......
......@@ -160,7 +160,7 @@ endif
CINTS := $(CINTS1) $(CINTS2)
CINTO := $(CINTS1:.c=.o) $(CINTS2:.cxx=.o)
CINTTMPO := $(subst loadfile.o,loadfile_tmp.o,$(CINTO))
CINTTMPINC := -Icint/include -Icint/stl -Icint/lib
CINTTMPINC := -I$(MODDIR)/include -I$(MODDIR)/stl -I$(MODDIR)/lib
CINTDEP := $(CINTO:.o=.d)
CINTDEP += $(MODDIRS)/loadfile_tmp.d
CINTALLDEP += $(MODDIRS)/loadfile_tmp.d
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment