From 760ed4629f0d10b3630d4932a981600093842382 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 25 Oct 2016 13:11:08 +0300 Subject: [PATCH] unix/Makefile: Remove references to deprecated pip-micropython. --- unix/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/unix/Makefile b/unix/Makefile index 53ff4cb487..d5ad928b34 100644 --- a/unix/Makefile +++ b/unix/Makefile @@ -215,18 +215,14 @@ test: $(PROG) ../tests/run-tests TARGET = micropython PREFIX = $(DESTDIR)/usr/local BINDIR = $(PREFIX)/bin -PIPSRC = ../tools/pip-micropython -PIPTARGET = pip-micropython install: micropython install -d $(BINDIR) install $(TARGET) $(BINDIR)/$(TARGET) - install $(PIPSRC) $(BINDIR)/$(PIPTARGET) # uninstall micropython uninstall: -rm $(BINDIR)/$(TARGET) - -rm $(BINDIR)/$(PIPTARGET) # build synthetically fast interpreter for benchmarking fast: