]> granicus.if.org Git - php/commit
Remove mkdep.awk
authorPeter Kokot <peterkokot@gmail.com>
Fri, 19 Oct 2018 08:00:16 +0000 (10:00 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Sat, 20 Oct 2018 08:08:54 +0000 (10:08 +0200)
commitaddcf2402d221d7c67fa01c170fde08e5fe312d6
tree0c6dd04d1fbcc03f965f5046fb8027732c808777
parent82f59a9682824f29008adc6137ae1991d478fc59
Remove mkdep.awk

The `mkdep.awk` file was part of the previous *nix build system and was
used to create a .deps file with a list of dependencies that could be
processed by Automake further on.

Newer build system was done via 9d9d39a0de3bec962c343051011f5a2ed7d7b242
and outdated files removed via 22815419f8c5da902971d3aa12f2cbfcc3b41aff
so the current file in the PHP source code is not used anymore.

Additionally, the *.slo files were processed by this file. The *.slo
files also used to be generated by older libtool so today, these don't
get generated anymore.
.gitignore
build/mkdep.awk [deleted file]
scripts/Makefile.frag
scripts/phpize.in