Skip to content

Commit b109731

Browse files
committed
- Copy also the directories
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12585 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 08cf155 commit b109731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ install: install-dirs install-python
204204
# Libraries
205205
cp -rp ${builddir_lib}/* ${INSTALL_LIBDIR}
206206
# Includes
207-
cp -p ${builddir_inc}/* ${INSTALL_INCLUDEDIR}
207+
cp -rp ${builddir_inc}/* ${INSTALL_INCLUDEDIR}
208208
# License
209209
cp -p COPYING ${INSTALL_DOCDIR}/omc/
210210
# Documents

0 commit comments

Comments
 (0)