From a4043831188989609260d633db65d2d28ce0afae Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 24 Oct 2018 12:45:04 +0300 Subject: [PATCH] Fixed build in directory different from source --- sapi/phpdbg/phpdbg_parser.y | 3 --- 1 file changed, 3 deletions(-) diff --git a/sapi/phpdbg/phpdbg_parser.y b/sapi/phpdbg/phpdbg_parser.y index cecb7b2c552..88baa010b28 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"