summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-17 02:39:56 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-17 02:39:56 +0000
commitb4bb654abf75c1c9f804db7127fd4db08c1db217 (patch)
tree7024c9b1f2209be064c721d7d485e73bd0328828 /Makefile
parentfc53cf0b24fd5d850c12c05ae7f9957d944b5d5e (diff)
downloadanaconda-b4bb654abf75c1c9f804db7127fd4db08c1db217.tar.gz
anaconda-b4bb654abf75c1c9f804db7127fd4db08c1db217.tar.xz
anaconda-b4bb654abf75c1c9f804db7127fd4db08c1db217.zip
call the right script name...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 18acc779e..369566f6d 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ lang-names: lang-table
PYTHONPATH="." $(PYTHON) scripts/getlangnames.py > lang-names
locale-list:
- PYTHONPATH="." $(PYTHON) scripts/genlocalelist > locale-list
+ PYTHONPATH="." $(PYTHON) scripts/genlocalelist.py > locale-list
mini-wm: mini-wm.c
gcc -o mini-wm mini-wm.c `pkg-config gtk+-x11-2.0 --cflags --libs`