aboutsummaryrefslogtreecommitdiffstats
path: root/ast_expr2.fl
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-20 01:06:50 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-20 01:06:50 +0000
commit1bf6e418ca2e9d5a0e289b1d175d2f7632f155a1 (patch)
tree2c17f854a5ebcbadd002e8fd68dd326a798b5c32 /ast_expr2.fl
parent69a1293208743e00e34bc2ba4a2be2750594ea77 (diff)
- use $(CC) instead of gcc when building testexpr2
- modify ast_expr2.fl and ast_expr2.y to not try to register the file version in a STANDALONE build - add config.status as a dependency on testexpr2 to ensure configure is executed before building it - add include/asterisk/buildopts.h as a dependency for testexpr2 as well - add -Iinclude to the gcc commands for building the testexpr2 objects so that it can find the local asterisk headers git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34980 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'ast_expr2.fl')
-rw-r--r--ast_expr2.fl2
1 files changed, 2 insertions, 0 deletions
diff --git a/ast_expr2.fl b/ast_expr2.fl
index 480350283..df9668fe8 100644
--- a/ast_expr2.fl
+++ b/ast_expr2.fl
@@ -24,7 +24,9 @@
#include "asterisk.h"
+#ifndef STANDALONE
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+#endif
#include <sys/types.h>
#include <stdio.h>