Skip to content

Commit

Permalink
Fix install paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Jun 17, 2015
1 parent ca00d54 commit 144e356
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.in
Expand Up @@ -112,8 +112,7 @@ install: install-dirs
# Libraries
cp -a "@OMBUILDDIR@"/lib/* ${INSTALL_LIBDIR}
# Includes
cp -a "@OMBUILDDIR@"/include/* ${INSTALL_INCLUDEDIR}/omc
cp -a "@OMBUILDDIR@"/include/@host_short@/omc/antlr3 ${INSTALL_INCLUDEDIR}/@host_short@/omc/antlr3
cp -a "@OMBUILDDIR@"/include/* ${INSTALL_INCLUDEDIR}
# License
cp -p OMCompiler/COPYING ${INSTALL_DOCDIR}/omc/
# Documents
Expand Down

0 comments on commit 144e356

Please sign in to comment.