Skip to content
Snippets Groups Projects
Commit 9dd03868 authored by Axel Naumann's avatar Axel Naumann
Browse files

libCore does not depend on cling .d files but on the cling library itself...

libCore does not depend on cling .d files but on the cling library itself (i.e. used wrong Makefile var name).


git-svn-id: http://root.cern.ch/svn/root/trunk@42068 27541ba8-7e3a-0410-8455-c3a389f83636
parent ada95b51
No related branches found
No related tags found
No related merge requests found
...@@ -780,7 +780,7 @@ endif ...@@ -780,7 +780,7 @@ endif
touch $@; \ touch $@; \
fi) fi)
$(CORELIB): $(COREO) $(COREDO) $(CINTLIB) $(CLINGDEP) $(PCREDEP) $(CORELIBDEP) $(CORELIB): $(COREO) $(COREDO) $(CINTLIB) $(CLINGLIB) $(PCREDEP) $(CORELIBDEP)
ifneq ($(ARCH),alphacxx6) ifneq ($(ARCH),alphacxx6)
@$(MAKELIB) $(PLATFORM) $(LD) "$(LDFLAGS)" \ @$(MAKELIB) $(PLATFORM) $(LD) "$(LDFLAGS)" \
"$(SOFLAGS)" libCore.$(SOEXT) $@ "$(COREO) $(COREDO)" \ "$(SOFLAGS)" libCore.$(SOEXT) $@ "$(COREO) $(COREDO)" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment