| commit | 1511bae75c61e50382f03f0e5d6b7106d93bc083 | [log] [tgz] |
|---|---|---|
| author | Steffen Moeller <moeller@ebi.ac.uk> | Wed Feb 17 15:27:03 1999 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Feb 17 15:27:03 1999 +0000 |
| tree | d5dbd4d72d3c8fc0a90325db4e5312430c3dfee5 | |
| parent | 317af320cf2380032a1fb54d6fad07a47ff4e296 [diff] [blame] |
"Configure finished" message suggests to call make when make depend was successful.
diff --git a/configure.in b/configure.in index 08f9282..6a1530b 100644 --- a/configure.in +++ b/configure.in
@@ -695,7 +695,7 @@ fi echo -echo "Configure finished. Do 'make depend; make' to compile Wine." +echo "Configure finished. Do 'make depend && make' to compile Wine." echo dnl Local Variables: