diff --git a/unix/Makefile b/unix/Makefile
index 53ff4cb487e8eebd07ad4743c31ee95b99550614..d5ad928b348d3362af015e9f611c3e2fe045d1a5 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: