summaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-12-15 16:09:30 +0000
committerMark Spencer <markster@digium.com>2004-12-15 16:09:30 +0000
commit76de8d70a8b320fd43b7bcc4a8e884cf17ee3b6a (patch)
treebc9327713900ac3e4201f4524a2faed70c7cc7ab /utils/Makefile
parent467c5dbf9f2b7148fde428989ffd8a0d79d6e06f (diff)
Fix it so TARGET always has at least one thing in it (bug #3049)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4456 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'utils/Makefile')
-rwxr-xr-xutils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 52922cfeb..dd9546fa0 100755
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -8,6 +8,8 @@ ifeq ($(findstring BSD,${OSARCH}),BSD)
CFLAGS+=-I/usr/local/include -L/usr/local/lib
endif
+TARGET=none
+
TARGET+=$(shell if [ -f /usr/include/popt.h ]; then echo "smsq"; else if [ -f /usr/local/include/popt.h ]; then echo "smsq"; fi ; fi)
TARGET+=$(shell if [ -f /usr/include/newt.h ]; then echo "astman"; else if [ -f /usr/local/include/newt.h ]; then echo "astman"; fi ; fi)
@@ -21,7 +23,6 @@ install:
fi
none:
- @echo Not building the Asterisk Manager "astman"
clean:
rm -f *.o astman smsq .depend