From: David Schleef Date: Fri, 12 Jan 2001 22:44:24 +0000 (+0000) Subject: clarity fix X-Git-Tag: r0_7_55~19 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cd602d59e71403586adcac3eb7ebb800acfeeeb0;p=comedi.git clarity fix --- diff --git a/scripts/Configure b/scripts/Configure index 758f82bc..225c58bc 100755 --- a/scripts/Configure +++ b/scripts/Configure @@ -432,8 +432,11 @@ mv .tmpconfig .config mv .tmpconfig.h include/modbuild/config.h echo -echo "Makefiles for ${project} should now be configured. Run 'make' to compile," -echo "and then 'make install' to install." +echo "Makefiles for ${project} should now be configured." +echo "Run 'make dep ; make' to compile, and then 'make install' to install." echo +echo "If ${project} has never been installed on your system," +echo "then run 'make dev' to build the device nodes '/dev/comedi*'." +echo exit 0