=================================================================== RCS file: /home/cvs/OpenXM/src/ox_pari/Makefile.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- OpenXM/src/ox_pari/Makefile.in 2016/09/26 13:05:17 1.4 +++ OpenXM/src/ox_pari/Makefile.in 2016/09/26 14:50:40 1.5 @@ -739,7 +739,9 @@ uninstall-am: uninstall-ox_pariPROGRAMS install-exec-hook: - (cd ${libdir} && ${LN_S} -f ${bindir}/ox_pari${EXEEXT} ox_pari${EXEEXT} ) + -@${MKDIR_P} ${libdir}/asir + -@rm -f ${libdir}/asir/ox_pari + (cd ${libdir}/asir && ${LN_S} ${bindir}/ox_pari${EXEEXT} ox_pari${EXEEXT} ) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.