summaryrefslogtreecommitdiff
path: root/ast_expr2.fl
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-06-20 01:06:50 +0000
committerRussell Bryant <russell@russellbryant.com>2006-06-20 01:06:50 +0000
commitc260301476fefa97f9c718caee8737f008e36928 (patch)
tree2c17f854a5ebcbadd002e8fd68dd326a798b5c32 /ast_expr2.fl
parentbce5b8a1464311098345a562d86ea84f9fbab60a (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: https://origsvn.digium.com/svn/asterisk/trunk@34980 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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>