diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 8bfa6e019..3d8bd8cb0 100644 --- a/po/Makefile +++ b/po/Makefile @@ -60,7 +60,7 @@ distclean: clean depend: -install: all +install: $(FMTCARALOGS) all mkdir -p $(PREFIX)/$(INSTALLNLSDIR) for n in $(FMTCATALOGS); do \ l=`basename $$n .mo`; \ |