diff --git a/Makefile b/Makefile index 9709090bbb07d333b8a0e29478d4a2ef7b88f43d..411286cb779db435e9d312c7a7ef3d9ccc6bb733 100644 --- a/Makefile +++ b/Makefile @@ -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); \