s/PREFIX/CONFIG_PREFIX/
diff --git a/INSTALL b/INSTALL
index 6644481..a7902ab 100644
--- a/INSTALL
+++ b/INSTALL
@@ -5,7 +5,7 @@
 
   make menuconfig     # This creates a file called ".config"
   make                # This creates the "busybox" executable
-  make install        # or make PREFIX=/path/from/root install
+  make install        # or make CONFIG_PREFIX=/path/from/root install
 
 The full list of configuration and install options is available by typing:
 
@@ -114,7 +114,7 @@
   make O=/some/empty/directory allyesconfig
   cd /some/empty/directory
   make
-  make PREFIX=. install
+  make CONFIG_PREFIX=. install
 
 More Information:
 =================