Skip to content
Snippets Groups Projects
Commit 0b0aa809 authored by Arno Schoenmakers's avatar Arno Schoenmakers
Browse files

Task #1418: Fixed bug when running on station after change for r22925

parent 0b5f5c3f
No related branches found
No related tags found
No related merge requests found
...@@ -1364,6 +1364,6 @@ rm -f ${TMP_FILE} ...@@ -1364,6 +1364,6 @@ rm -f ${TMP_FILE}
) >${DESTDIR}/${CPP_HEADERFILE} ) >${DESTDIR}/${CPP_HEADERFILE}
create_cpp_headerfile ${INPUTFILE} ${DBTYPE} create_cpp_headerfile ${INPUTFILE} ${DBTYPE}
echo "created: ${DESTDIR}/${CPP_HEADERFILE}" echo "created: ${DESTDIR}/${CPP_HEADERFILE}"
mkdir -p ../../../../installed/gnu_debug/include/Deployment/ #mkdir -p ../../../../installed/gnu_debug/include/Deployment/
cp ${DESTDIR}/${CPP_HEADERFILE} ../../../../installed/gnu_debug/include/Deployment/ #cp ${DESTDIR}/${CPP_HEADERFILE} ../../../../installed/gnu_debug/include/Deployment/
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