| diff -aruN a/Makefile b/Makefile | |
| --- a/Makefile 2012-09-10 15:22:16.131425319 -0700 | |
| +++ b/Makefile 2012-09-10 15:21:39.202030688 -0700 | |
| @@ -47,7 +47,7 @@ | |
| do $(MAKE) $(MFLAGS) -C $$i; done | |
| Config: | |
| - sh configure $(KERNEL_INCLUDE) | |
| + ./configure $(KERNEL_INCLUDE) | |
| install: all | |
| install -m 0755 -d $(DESTDIR)$(SBINDIR) |