From c01a08e8fe11926b9b96074819e45bfa18323fee Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 11 May 2015 13:49:12 +0200 Subject: [PATCH] make: not needed anymore --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ad860b403..256e9f4ee 100644 --- a/Makefile +++ b/Makefile @@ -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}