summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-02-08 19:58:15 +0000
committerJeremy Katz <katzj@redhat.com>2002-02-08 19:58:15 +0000
commitc560709fd8d2f3a38decf37dcca8a4412199b031 (patch)
treee945a6b7743cb959336b5bfed52cf78d1bde2d9f /Makefile
parent405c369f6e3f891bbd5201d44b2bc2d363b2417a (diff)
downloadanaconda-c560709fd8d2f3a38decf37dcca8a4412199b031.tar.gz
anaconda-c560709fd8d2f3a38decf37dcca8a4412199b031.tar.xz
anaconda-c560709fd8d2f3a38decf37dcca8a4412199b031.zip
make the getlangnames stuff actually work without having an anaconda package installed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 28c518b1c..8da89c4b1 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ PYFILES = $(wildcard *.py)
all: subdirs _xkb.so xmouse.so $(CATALOGS) lang-table lang-names
lang-names: lang-table
- (cd scripts; $(PYTHON) getlangnames.py) > lang-names
+ PYTHONPATH="iconvmodule:." $(PYTHON) scripts/getlangnames.py > lang-names
_xkb.so: xkb.c
gcc -Wall -o _xkb.o -O2 -fPIC -I$(PYTHONINCLUDE) `pkg-config --cflags gtk+-2.0` -c xkb.c