diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-12-17 02:39:56 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-12-17 02:39:56 +0000 |
commit | b4bb654abf75c1c9f804db7127fd4db08c1db217 (patch) | |
tree | 7024c9b1f2209be064c721d7d485e73bd0328828 /Makefile | |
parent | fc53cf0b24fd5d850c12c05ae7f9957d944b5d5e (diff) | |
download | anaconda-b4bb654abf75c1c9f804db7127fd4db08c1db217.tar.gz anaconda-b4bb654abf75c1c9f804db7127fd4db08c1db217.tar.xz anaconda-b4bb654abf75c1c9f804db7127fd4db08c1db217.zip |
call the right script name...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |