No rule to make target error on "make"

J. K. Cliburn jcliburn at gmail.com
Mon Mar 6 18:36:26 UTC 2006


On 3/6/06, Mariano López Reta <mlreta at alternativagratis.com> wrote:

> > make -C /lib/modules/2.6.15-1.1833_FC4/build/ SUBDIRS=/root/Ipaq driver recompile/kernel-2.6-driver modules
> > make[1]: Entering directory `/usr/src/kernels/2.6.15-1.1833_FC4-x86_64'
> > make[1]: *** No rule to make target `driver'.  Stop.
> > make[1]: Leaving directory `/usr/src/kernels/2.6.15-1.1833_FC4-x86_64'
> > make: *** [default] Error 2

Do you have a space (or spaces) in the directory name
/root/Ipaq<whatever>?  If so, remove them.  Looks like the $(PWD)
expansion results in a directory name with spaces in it, which
confuses make.




More information about the fedora-list mailing list