From 144e356e24a18e9f4e28c9a202af3945eb879f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Sj=C3=B6lund?= Date: Wed, 17 Jun 2015 08:06:06 +0200 Subject: [PATCH] Fix install paths --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 8beaa94e859..47ffc48be4e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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