summaryrefslogtreecommitdiffstats
path: root/iconvmodule
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-10-25 21:34:32 +0000
committerJeremy Katz <katzj@redhat.com>2001-10-25 21:34:32 +0000
commite0850cbdf8ac632dc4257f6d6cd9c625f5694764 (patch)
treefeb14c5d142e5f1eb022c6b4349d88cb806d2fd5 /iconvmodule
parent9133fe264fde158f6f3a89d9e0181a406e9464f9 (diff)
downloadanaconda-e0850cbdf8ac632dc4257f6d6cd9c625f5694764.tar.gz
anaconda-e0850cbdf8ac632dc4257f6d6cd9c625f5694764.tar.xz
anaconda-e0850cbdf8ac632dc4257f6d6cd9c625f5694764.zip
add depend and clean targets
Diffstat (limited to 'iconvmodule')
-rw-r--r--iconvmodule/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/iconvmodule/Makefile b/iconvmodule/Makefile
index 70f1198c2..75eb9a078 100644
--- a/iconvmodule/Makefile
+++ b/iconvmodule/Makefile
@@ -5,3 +5,7 @@ all:
install:
$(PYTHON) setup.py install --install-lib=$(DESTDIR)/$(PYTHONLIBDIR)
+
+depend:
+
+clean: