Skip to content
Snippets Groups Projects
Commit c775ae49 authored by Philippe Canal's avatar Philippe Canal
Browse files

Re-introduce the creation of CINTINCDIR while installingi. This was

inadvertently removed in revision 1.264


git-svn-id: http://root.cern.ch/svn/root/trunk@15805 27541ba8-7e3a-0410-8455-c3a389f83636
parent 7351c914
No related branches found
No related tags found
No related merge requests found
......@@ -783,6 +783,7 @@ install: all
echo "Installing main/src/rmain.cxx in $(DESTDIR)$(INCDIR)"; \
$(INSTALLDATA) main/src/rmain.cxx $(DESTDIR)$(INCDIR); \
echo "Installing cint/include cint/lib and cint/stl in $(DESTDIR)$(CINTINCDIR)"; \
$(INSTALLDIR) $(DESTDIR)$(CINTINCDIR); \
$(INSTALLDATA) cint/include $(DESTDIR)$(CINTINCDIR); \
$(INSTALLDATA) cint/lib $(DESTDIR)$(CINTINCDIR); \
$(INSTALLDATA) cint/stl $(DESTDIR)$(CINTINCDIR); \
......
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