Re: (no subject)
Mattias Nissler <[email protected]> Thu, 01 Dec 2005 19:50:41 +0100
| Newsgroups | gmane.linux.ports.ppc.mol.general |
|---|---|
| Message-ID | <1133463041.16407.17.camel@localhost> |
On Thu, 2005-12-01 at 09:05 -0500, [email protected] wrote: > cat: ../../obj-ppc/build/src/netdriver/.kuname: No such file or directory Somebody go and finally fix that nasty typo in all MOL trees of the world, please. --- ../../../mol_head/src/netdriver/Makefile.26 2005-10-23 20:33:00.000000000 +0200 +++ Makefile.26 2004-07-24 18:44:01.000000000 +0200 @@ -6,7 +6,7 @@ obj-m += kuname.o -$(obj)/sheep.o $(obj)/ethertap.o $(obj)/tun.o: $(src)/.kuname +$(obj)/sheep.o $(obj)/ethertap.o $(obj)tun.o: $(src)/.kuname $(src)/.kuname: $(obj)/kuname.o strings $< | grep -- '-MAGIC-' | sed -e s/-MAGIC-// > $@