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

Remove stray -D in rootmap file generation; fixes

"cannot open linkdef file -DALIENDSMGR"


git-svn-id: http://root.cern.ch/svn/root/trunk@48086 27541ba8-7e3a-0410-8455-c3a389f83636
parent 0d31e123
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ $(PROOFDS): $(PROOFH) $(PROOFL) $(ROOTCINTTMPDEP)
$(PROOFMAP): $(RLIBMAP) $(MAKEFILEDEP) $(PROOFL)
$(RLIBMAP) -o $@ -l $(PROOFLIB) \
-d $(PROOFLIBDEPM) -c $(PROOFL) $(ALIENDSMGR)
-d $(PROOFLIBDEPM) -c $(PROOFL)
all-$(MODNAME): $(PROOFLIB) $(PROOFMAP)
......
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