aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-17 21:45:03 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-17 21:45:03 +0000
commit90b16f1561fa5b2295bdf5f271616dd3da577083 (patch)
treec7698418161110f373a4a5be92b630e266e31147 /Makefile
parentc100c5c8209c97fe9d0756ecfe747f2e5dade383 (diff)
fix the output of Makefile generated variables to doxygen
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7132 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c552d2181..a2ce5c4bd 100755
--- a/Makefile
+++ b/Makefile
@@ -835,8 +835,8 @@ __rpm: include/asterisk/version.h spec
rpmbuild --rcfile /usr/lib/rpm/rpmrc:redhat/rpmrc -bb asterisk.spec
progdocs:
- (cat contrib/asterisk-ng-doxygen; echo "HAVE_DOT=$(HAVEDOT) \
- PROJECT_NUMBER=$(ASTERISKVERSION) - $(ASTERISKVERSIONNUM)") | doxygen -
+ (cat contrib/asterisk-ng-doxygen; echo "HAVE_DOT=$(HAVEDOT)"; \
+ echo "PROJECT_NUMBER=$(ASTERISKVERSION) - $(ASTERISKVERSIONNUM)") | doxygen -
mpg123:
@wget -V >/dev/null || (echo "You need wget" ; false )