libbb: introduce and use strcpy_and_process_escape_sequences
[oweals/busybox.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 2d645cd62b53d335fc51483d8f0fffd527550cf9..ec2b028fdb96158f19a25bd4dd2fa79adf3512cf 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -117,7 +117,7 @@ somewhere else.
 
 To build out of tree, cd to an empty directory and configure busybox from there:
 
-  make -f /path/to/source/Makefile defconfig
+  make KBUILD_SRC=/path/to/source -f /path/to/source/Makefile defconfig
   make
   make install