>>Was the Makefile really created? > > [EMAIL PROTECTED] dazuko-2.1.1-pre2]# ls -l Makefile > -rw-r--r-- 1 root root 396 nov 21 17:11 Makefile > > There is a Makefile.... Are the permissions OK?
Yes, this should be fine. >>If you give explicit targets, does it do something? > > make clean > make: *** Pas de règle pour fabriquer la cible « clean ». Arrêt. (<-- > translation would be something like "No rule to make target «clean». Stop.") Very odd. When running "make" for the dazuko Makefile, all it does is this: # make -C /lib/modules/2.6.12-12mdk/build SUBDIRS="`pwd`" modules Can you try this command from inside the dazuko source directory? John Ogness -- Dazuko Maintainer _______________________________________________ Dazuko-help mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/dazuko-help
