diff options
author | Sascha Schumann <sas@php.net> | 2000-09-26 11:19:38 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-09-26 11:19:38 +0000 |
commit | a2f126c35122b4505746482492f29957325a7e18 (patch) | |
tree | beff36cda1e883da87295d37f690ee8bec7793f5 /buildconf | |
parent | 99771d91ceec55de8e1e62d3610919e1500aafcf (diff) | |
download | php-git-a2f126c35122b4505746482492f29957325a7e18.tar.gz |
Build compat bridge for makes which support only the BSD .include command.
This is only required for BSD/OS, because BSDI did not merge in changes
from 4.4BSD Lite 1.
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -28,4 +28,9 @@ fi rm -f generated_lists +case "`uname`" in +*BSD/OS*) + ./build/bsd_makefile;; +esac + ${MAKE:-make} -s -f build/build.mk AMFLAGS="$automake_flags" |