summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-10-07 12:01:19 -0400
committerJeremy Katz <katzj@redhat.com>2008-10-07 12:01:19 -0400
commit4efbf822bbca10e88a39a8e851f671cf9931e179 (patch)
tree871549985478f27c2e28d833c6febf27da3fe7ae /Makefile
parent724bfdbcad350a1bd9d3766fbac1abf80b150be2 (diff)
downloadanaconda-4efbf822bbca10e88a39a8e851f671cf9931e179.tar.gz
anaconda-4efbf822bbca10e88a39a8e851f671cf9931e179.tar.xz
anaconda-4efbf822bbca10e88a39a8e851f671cf9931e179.zip
lang-names really does need to depend on subdirs
Or more accurately, lang-names needs to depend on the po subdir being done. Could probably be done more "correctly" with more complex makefiles but it's not really worth it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e48ae4dca..e410a51f0 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ PYFILES = $(wildcard *.py)
all: subdirs mini-wm xutils.so $(CATALOGS) lang-table lang-names
-lang-names: lang-table
+lang-names: lang-table subdirs
PYTHONPATH="." $(PYTHON) scripts/getlangnames.py > lang-names
mini-wm: mini-wm.c