diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Configure b/scripts/Configure index 8430207..0a73a64 100644 --- a/scripts/Configure +++ b/scripts/Configure @@ -698,7 +698,7 @@ echo "*** Check the top-level Makefile for additional configuration." if [ ! -f .hdepend -o "$CONFIG_MODVERSIONS" = "y" ] ; then echo "*** Next, you must run 'make dep'." else - echo "*** Next, you may run 'make bzImage', 'make bzdisk', or 'make install'." + echo "*** Next, you may run 'make', or 'make install'." fi echo |