diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-03-04 05:25:04 +0100 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-03-04 12:10:50 +0100 |
commit | 1c32d751c7cb2abf26b1589f26c80558597e489b (patch) | |
tree | 58e73c9951f3ae7bf6ace1c09f6fd524b429900a /.gitignore | |
parent | cb1f63f42280c071bc68dda6a1a9ea4d9de16a1a (diff) | |
download | php-git-1c32d751c7cb2abf26b1589f26c80558597e489b.tar.gz |
Remove mkinstalldirs, install-sh and missing
These scripts are part of Automake [1] and are in current *nix build
system not used anymore nor empty files need to be created.
[1] https://www.gnu.org/software/automake/manual/html_node/Auxiliary-Programs.html
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 838c05b63a..885a08660e 100644 --- a/.gitignore +++ b/.gitignore @@ -81,11 +81,6 @@ Makefile Makefile.fragments Makefile.objects -# Generated by `./buildconf` or `cd ext/name && phpize` -install-sh -missing -mkinstalldirs - # RPM specification file generated by `./configure` /php7.spec |