diff options
Diffstat (limited to 'devel/mingw32-gcc/Makefile')
-rw-r--r-- | devel/mingw32-gcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/mingw32-gcc/Makefile b/devel/mingw32-gcc/Makefile index 83fcf7fc7e4d..a2ebea0fbfe2 100644 --- a/devel/mingw32-gcc/Makefile +++ b/devel/mingw32-gcc/Makefile @@ -86,7 +86,7 @@ post-patch: pre-configure: cd ${SRCDIR} ; contrib/gcc_update --touch - @${RM} -f ${SRCDIR}/gcc/*/*.info* + @${RM} ${SRCDIR}/gcc/*/*.info* @${MKDIR} ${CONFIGURE_WRKSRC} post-install: |