make: not needed anymore

This commit is contained in:
Franco Fichtner 2015-05-11 13:49:12 +02:00
parent d17d7a9396
commit c01a08e8fe

View File

@ -68,8 +68,7 @@ MO+= ${LOCALEDIR}/${LANG}/LC_MESSAGES/OPNsense.mo
.SUFFIXES: .po .mo
.po.mo: force
@${MSGFMT} -o ${.TARGET} ${.IMPSRC}
@echo ${.TARGET:S/${LOCALEDIR}/\/usr\/local\/share\/locale/}
${MSGFMT} -o ${.TARGET} ${.IMPSRC}
bootstrap: ${MO}