summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-02-28 08:52:53 -0500
committerJeremy Katz <katzj@redhat.com>2008-02-28 14:54:53 -0500
commit946acebf8f5c48cb205d8904057f8baad632f3a9 (patch)
tree5bdbabe50e0f483d1f7e71dd82958949c20fb1dd
parenteac6293ca4d5c8198aa2301565f694ea792cdac3 (diff)
downloadanaconda-946acebf8f5c48cb205d8904057f8baad632f3a9.tar.gz
anaconda-946acebf8f5c48cb205d8904057f8baad632f3a9.tar.xz
anaconda-946acebf8f5c48cb205d8904057f8baad632f3a9.zip
Remove old unneeded rule
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 2cb459e1e..c415a1e0e 100644
--- a/Makefile
+++ b/Makefile
@@ -70,13 +70,6 @@ clean:
subdirs:
for d in $(SUBDIRS); do make -C $$d; [ $$? = 0 ] || exit 1; done
-# this rule is a hack
-install-python:
- cp -var $(PYFILES) $(DESTDIR)/$(PYTHONLIBDIR)
- ./py-compile --basedir $(DESTDIR)/$(PYTHONLIBDIR) $(PYFILES)
- install -m 755 anaconda $(DESTDIR)/usr/bin/anaconda
- for d in installclasses isys iw textw; do make DESTDIR=`cd $(DESTDIR); pwd` -C $$d install; [ $$? = 0 ] || exit 1; done
-
install:
@if [ "$(DESTDIR)" = "" ]; then \
echo " "; \