summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-06-18 19:45:04 +0000
committerBill Nottingham <notting@redhat.com>2007-06-18 19:45:04 +0000
commit1eb0fff6a349e6bae1c953524b6bbfcf6fc44ea5 (patch)
treed40481452a4f40b6d68fe639b634ed5bc597bdc8 /Makefile
parent514e855c00a8f3f8ea519244c2c6347fcaebe5d9 (diff)
downloadanaconda-1eb0fff6a349e6bae1c953524b6bbfcf6fc44ea5.tar.gz
anaconda-1eb0fff6a349e6bae1c953524b6bbfcf6fc44ea5.tar.xz
anaconda-1eb0fff6a349e6bae1c953524b6bbfcf6fc44ea5.zip
* lang-table-kon: Remove obsolete lang-table-kon map
* Makefile: Likewise
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9cfa894df..609ab57f9 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,6 @@ install:
cp -var $(PYFILES) $(DESTDIR)/$(PYTHONLIBDIR)
cp -a lang-table $(DESTDIR)/$(PYTHONLIBDIR)
cp -a lang-names $(DESTDIR)/$(PYTHONLIBDIR)
- cp -a lang-table-kon $(DESTDIR)/$(PYTHONLIBDIR)
./py-compile --basedir $(DESTDIR)/$(PYTHONLIBDIR) $(PYFILES)
cp -a *.so $(DESTDIR)/$(PYTHONLIBDIR)
strip $(DESTDIR)/$(PYTHONLIBDIR)/*.so