diff options
author | Sander Roobol <sander@php.net> | 2002-04-04 18:15:04 +0000 |
---|---|---|
committer | Sander Roobol <sander@php.net> | 2002-04-04 18:15:04 +0000 |
commit | 49679a723ecaf6f4277ab8bffa51ff6b3e821d58 (patch) | |
tree | a727913779be62f454b20bcb61c2f9f021028b20 /README.UNIX-BUILD-SYSTEM | |
parent | 24b76bba21e1678c97dd67c1b99b97440b039518 (diff) | |
download | php-git-49679a723ecaf6f4277ab8bffa51ff6b3e821d58.tar.gz |
Fixed typo
Diffstat (limited to 'README.UNIX-BUILD-SYSTEM')
-rw-r--r-- | README.UNIX-BUILD-SYSTEM | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.UNIX-BUILD-SYSTEM b/README.UNIX-BUILD-SYSTEM index 9cd0e6ff3e..038c07cafc 100644 --- a/README.UNIX-BUILD-SYSTEM +++ b/README.UNIX-BUILD-SYSTEM @@ -90,7 +90,7 @@ replaced by the values which are correct for your extension and which are again determined by the PHP_NEW_EXTENSION macro. Make sure to prefix *all* relative paths correctly with either -$(builddir) or $(subdir). Because the build system does not +$(builddir) or $(srcdir). Because the build system does not change the working directory anymore, we must use either absolute paths or relative ones to the top build-directory. Correct prefixing ensures that. |