From 203fe143d2f74b18d771d2073a977970df457409 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Mon, 2 Aug 1999 20:38:10 +0000 Subject: fixed makefile --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/Makefile') diff --git a/po/Makefile b/po/Makefile index f9d6ee754..9f3c82d2a 100644 --- a/po/Makefile +++ b/po/Makefile @@ -1,7 +1,7 @@ INSTALL= /usr/bin/install -c INSTALL_PROGRAM= ${INSTALL} INSTALL_DATA= ${INSTALL} -m 644 -INSTALLNLSDIR=/usr/share/locale +INSTALLNLSDIR=$(TOPDIR)/usr/share/locale MSGMERGE = msgmerge -- cgit