diff options
Diffstat (limited to 'math/miracl/Makefile')
-rw-r--r-- | math/miracl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/miracl/Makefile b/math/miracl/Makefile index 6c1a24a33bea..026ff2ee4257 100644 --- a/math/miracl/Makefile +++ b/math/miracl/Makefile @@ -56,7 +56,7 @@ post-patch: # Don't error when files not found # Fix mrmuldv.cc not existing due to s/gcc/CC/ replacement above. @${REINPLACE_CMD} -E \ - -e 's|^rm |${RM} -f |' \ + -e 's|^rm |${RM} |' \ -e 's|^cp mrmuldv\.${CC} mrmuldv\.c|${CP} mrmuldv.gcc mrmuldv.c|' \ ${WRKSRC}/${BUILDCMD} |