summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-09-20 16:54:32 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-09-20 16:54:32 -1000
commitcd4fb1963fe827f05c4f19e0fc829762bc353f12 (patch)
treed61e83ded43cfbb3f5905e3c4e71e69901f4b9ad /Makefile
parent2c910becb2174fde83f9fd733e87b94128c0653d (diff)
downloadanaconda-cd4fb1963fe827f05c4f19e0fc829762bc353f12.tar.gz
anaconda-cd4fb1963fe827f05c4f19e0fc829762bc353f12.tar.xz
anaconda-cd4fb1963fe827f05c4f19e0fc829762bc353f12.zip
Revert "lang-names should really only depend on lang-table"
This reverts commit 6c4b3f81c12998e8a7661bed90dfdfe121445809. Restore old lang-names generation for now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 898804d73..cb48c80d0 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