summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_parser.y
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2018-10-24 12:45:04 +0300
committerDmitry Stogov <dmitry@zend.com>2018-10-24 12:45:04 +0300
commita4043831188989609260d633db65d2d28ce0afae (patch)
treedb0060746a15dc41053f2528f3c6ca978aef71a4 /sapi/phpdbg/phpdbg_parser.y
parentd1e14e2cc06fc1686b66fc219e4340ca476eeaf8 (diff)
downloadphp-git-a4043831188989609260d633db65d2d28ce0afae.tar.gz
Fixed build in directory different from source
Diffstat (limited to 'sapi/phpdbg/phpdbg_parser.y')
-rw-r--r--sapi/phpdbg/phpdbg_parser.y3
1 files changed, 0 insertions, 3 deletions
diff --git a/sapi/phpdbg/phpdbg_parser.y b/sapi/phpdbg/phpdbg_parser.y
index cecb7b2c55..88baa010b2 100644
--- a/sapi/phpdbg/phpdbg_parser.y
+++ b/sapi/phpdbg/phpdbg_parser.y
@@ -39,9 +39,6 @@ typedef void* yyscan_t;
#endif
}
-%output "sapi/phpdbg/phpdbg_parser.c"
-%defines "sapi/phpdbg/phpdbg_parser.h"
-
%token T_EVAL "eval"
%token T_RUN "run"
%token T_SHELL "shell"