diff options
Diffstat (limited to 'japanese/ochusha')
-rw-r--r-- | japanese/ochusha/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/ochusha/Makefile b/japanese/ochusha/Makefile index c4c20eac3..b843c4002 100644 --- a/japanese/ochusha/Makefile +++ b/japanese/ochusha/Makefile @@ -34,7 +34,7 @@ ACLOCAL_ARGS= -I "${ACLOCAL_DIR}" -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= -c -a post-patch: - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + @${FIND} ${WRKSRC} -name Makefile.* | ${XARGS} ${REINPLACE_CMD} -e \ 's|-D.*_DISABLE_DEPRECATED||g' pre-configure: |