From: Sander Roobol Date: Thu, 4 Apr 2002 18:15:04 +0000 (+0000) Subject: Fixed typo X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~886 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49679a723ecaf6f4277ab8bffa51ff6b3e821d58;p=php Fixed typo --- 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.