summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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 " "; \