summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-03 21:20:43 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-03 21:20:43 +0000
commitd488dc8d17c097a0117fe3da012ff697675dfa68 (patch)
treed358caa1fdf9b1153021c56555d609c37f4deab8 /Makefile
parent6b9626139a642b721fae5927a00f0da505e07240 (diff)
downloadanaconda-d488dc8d17c097a0117fe3da012ff697675dfa68.tar.gz
anaconda-d488dc8d17c097a0117fe3da012ff697675dfa68.tar.xz
anaconda-d488dc8d17c097a0117fe3da012ff697675dfa68.zip
nuke some dead directories from pythonpaths
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1c3134630..848ed97ce 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ product.py: product.py.in Makefile.inc
sed -e 's/@@PRODUCTNAME@@/$(PRODUCTNAME)/g' < product.py.in > product.py
lang-names: lang-table
- PYTHONPATH="iconvmodule:." $(PYTHON) scripts/getlangnames.py > lang-names
+ PYTHONPATH="." $(PYTHON) scripts/getlangnames.py > lang-names
mini-wm: mini-wm.c
gcc -o mini-wm mini-wm.c `pkg-config gtk+-x11-2.0 --cflags --libs`
@@ -124,10 +124,10 @@ create-archive:
make SNAPRELEASE=$(RELEASE) create-snapshot
pycheck:
- PYTHONPATH=isys:balkan:textw:iw:installclasses:iconvmodule:booty:booty/edd pychecker *.py textw/*.py iw/*.py installclasses/*.py command-stubs/*-stub | grep -v "__init__() not called"
+ PYTHONPATH=isys:balkan:textw:iw:installclasses:booty:booty/edd pychecker *.py textw/*.py iw/*.py installclasses/*.py command-stubs/*-stub | grep -v "__init__() not called"
pycheck-file:
- PYTHONPATH=.:isys:balkan:textw:iw:installclasses:gnome-map:iconvmodule:booty:booty/edd pychecker $(CHECK) | grep -v "__init__() not called"
+ PYTHONPATH=.:isys:balkan:textw:iw:installclasses:booty:booty/edd pychecker $(CHECK) | grep -v "__init__() not called"
PKGNAME=anaconda
local: