summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-04-02 15:41:48 +0000
committerJeremy Katz <katzj@redhat.com>2005-04-02 15:41:48 +0000
commit096adcbcde543fe0d5c4ff2eec89dcd869b023eb (patch)
tree37e731239fb34183f138112d99a5c64959f11f5f /Makefile
parent50156b241c212bb16fee1db85ba5525a6d47756d (diff)
downloadanaconda-096adcbcde543fe0d5c4ff2eec89dcd869b023eb.tar.gz
anaconda-096adcbcde543fe0d5c4ff2eec89dcd869b023eb.tar.xz
anaconda-096adcbcde543fe0d5c4ff2eec89dcd869b023eb.zip
2005-04-02 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version. * Makefile: Fix makefile deps and clean target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9b99fedff..cdb054760 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ PYFILES = $(wildcard *.py)
all: subdirs mini-wm xmouse.so xutils.so $(CATALOGS) lang-table lang-names locale-list
-lang-names: lang-table
+lang-names: lang-table locale-list
PYTHONPATH="." $(PYTHON) scripts/getlangnames.py > lang-names
locale-list:
@@ -42,7 +42,7 @@ depend:
for d in $(SUBDIRS); do make -C $$d depend; done
clean:
- rm -f *.o *.so *.pyc
+ rm -f *.o *.so *.pyc lang-names locale-list
for d in $(SUBDIRS); do make -C $$d clean; done
subdirs: