From 94ff6871d8a632e6af49d8ba4e467c8980bfdd13 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 12 Sep 2008 19:10:01 +0000 Subject: [PATCH] Remove bogus clean-nmap and clean-zenmap targets from macosx/Makefile. --- macosx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/Makefile b/macosx/Makefile index 3a98ff1bf..fca681a60 100644 --- a/macosx/Makefile +++ b/macosx/Makefile @@ -81,7 +81,7 @@ COPYING.formatted: # Use the license formatter from the Windows installer. ../mswin32/license-format/licformat.sh ../COPYING > $@ -clean: clean-nmap clean-zenmap +clean: rm -rf $(IMAGE_STAGING_DIR) rm -rf $(NMAP_BUILD_DIR) rm -rf $(NMAP_STAGING_DIR)