From 3114ebe8e9d8964e187611720080accf4742d601 Mon Sep 17 00:00:00 2001
From: Tod Beardsley <tod_beardsley@rapid7.com>
Date: Tue, 7 Jan 2014 16:14:44 -0600
Subject: [PATCH] More README lies about build targets

---
 c/meterpreter/README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/c/meterpreter/README.md b/c/meterpreter/README.md
index 438724a6..642a77d3 100644
--- a/c/meterpreter/README.md
+++ b/c/meterpreter/README.md
@@ -63,8 +63,7 @@ reason, you cannot access the internet during build, you will need to:
  - wget -O posix-meterp-build-tmp/openssl-0.9.8o.tar.gz https://www.openssl.org/source/openssl-0.9.8o.tar.gz
  - wget -O posix-meterp-build-tmp/libpcap-1.1.1.tar.gz http://www.tcpdump.org/release/libpcap-1.1.1.tar.gz
 
-Note that the 'depclean' and 'really-clean' make targets will *delete*
-these files.
+(Note that 'make clean' will *delete* these files.)
 
 Now you should be able to type `make` in the base directory, go make a
 sandwich, and come back to a working[1] meterpreter for Linux.