From 3839ccf3337aaade20c2768bf194de09bb58b1aa Mon Sep 17 00:00:00 2001 From: mistermatt2u Date: Tue, 15 Dec 2015 23:06:59 -0500 Subject: [PATCH] Removed extraneous 'echo' comments. - Removed 'echo' comments about SDK needing to be located in /Developer. This is no longer the case after commit b15bf7d. --- Makefile.macosx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Makefile.macosx b/Makefile.macosx index 40d48fb..e57813a 100644 --- a/Makefile.macosx +++ b/Makefile.macosx @@ -11,14 +11,6 @@ all : direwolf decode_aprs text2tt tt2text ll2utm utm2ll aclients atest log2gpx gen_packets ttcalc direwolf.conf - @echo " " - @echo "Next step install with: " - @echo " " - @echo " sudo make install" - @echo " " - @echo "System SDK's (10.8 - 10.10) must be located here to make use of them. " - @echo " /Developer/SDKs " - @echo " " SDK_PATH := $(shell xcrun --show-sdk-path) SDK_VERSION := $(shell xcrun --show-sdk-version)