summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-03-29 17:36:39 +0000
committerErik Troan <ewt@redhat.com>2000-03-29 17:36:39 +0000
commit11b581e9ee3b4c9d11063767bdc64a5d46f4348d (patch)
tree586152cd4ca9c3d59b12e0714fff0465f5134976 /po/Makefile
parent0c9bb8a6e8d05a0b890767234c35d794d5d711fd (diff)
downloadanaconda-11b581e9ee3b4c9d11063767bdc64a5d46f4348d.tar.gz
anaconda-11b581e9ee3b4c9d11063767bdc64a5d46f4348d.tar.xz
anaconda-11b581e9ee3b4c9d11063767bdc64a5d46f4348d.zip
install target should depend on FMTCATALOGS
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
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`; \