From 447b41f6bb1e9a5bdeac411277e21a55207123b0 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Fri, 19 Oct 2018 00:02:09 +0200 Subject: Fix #77035: The phpize and ./configure create redundant .deps file The `.deps` file(s) was once used by Automake and created to write dependencies to it. The file creation has been removed via the commit 779c11af21cf8a627b8f2f2edef9e9073c76ed94. The phpize and ./configure script create a redundant .deps file in a PECL extension directory which might cause confusions why is it used. Today it is no longer relevant so this redundant artefact can be removed in the phpize configure script. --- .gitignore | 1 - ext/ext_skel | 1 - scripts/phpize.in | 2 +- scripts/phpize.m4 | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2e95e2510f..a9e2e51221 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,6 @@ *.tar.xz.asc .FBCIndex .FBCLockFolder -.deps .libs phpt.* core diff --git a/ext/ext_skel b/ext/ext_skel index 63563e7f02..88b10e9dbc 100755 --- a/ext/ext_skel +++ b/ext/ext_skel @@ -189,7 +189,6 @@ eof $ECHO_N " .gitignore$ECHO_C" cat >.gitignore <