aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-02 17:15:37 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-02 17:15:37 +0000
commit5d303b7427862d22042a1d53908839b53f36619d (patch)
treeaa9a49d320422ca4fe45828346630c35de77a21c /Makefile
parentff3229d132be008631d5cd8d5424dc9027b64cbd (diff)
allow for a non-optimized build that does not get installed
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24212 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c9e77302..667c0e1e7 100644
--- a/Makefile
+++ b/Makefile
@@ -891,7 +891,7 @@ config:
$(INSTALL) -m 755 init.asterisk /etc/init.d/asterisk; \
fi
-dont-optimize: install
+dont-optimize: _all
valgrind: dont-optimize