/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting!
/* ALSO: Don't quote this header. It makes you look lame :-) */
On Sat, 1 Jul 2000, Nik T wrote:
: When I issue the command:
:
: make modules modules_install
:
: I get this error:
: make: *** No rule to make target `modules'. Stop
You're trying to run two things at the same time. You can do it
one of the following ways:
% make modules ; make modules_install
or, on separate lines:
% make modules
% make modules_install
AMK4
--
W | Unix -is- user friendly. It's just very selective about who its
| friends are. And sometimes even best friends have fights.
|____________________________________________________________________
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ashley M. Kirchner <[EMAIL PROTECTED]> . 303.442.6410 x130
SysAdmin / Websmith . 800.441.3873 x130
Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave
http://www.pcraft.com . Boulder, CO 80303
.................. . . . .
_______________________________________________
Masq maillist - [EMAIL PROTECTED]
Admin requests can be handled at http://www.indyramp.com/masq-list/ --
THIS INCLUDES UNSUBSCRIBING!
or email to [EMAIL PROTECTED]
PLEASE read the HOWTO and search the archives before posting.
You can start your search at http://www.indyramp.com/masq/
Please keep general linux/unix/pc/internet questions off the list.