mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
8d5af8cb46
Fixes the build on Darwin 1.2
7 lines
122 B
Awk
7 lines
122 B
Awk
/phpext_/ {
|
|
if (old_filename != FILENAME) {
|
|
printf "#include \"" FILENAME "\"@NEWLINE@"
|
|
old_filename = FILENAME
|
|
}
|
|
}
|