Re: [Tinyx-devel] [PATCH] BUILD: Removing unused include/Makefile.
Status: Planning
Brought to you by:
davidcohen
From: David C. <da...@gm...> - 2008-01-13 04:07:56
|
Pushing this. Br, David On Jan 12, 2008 12:33 PM, David Cohen <da...@gm...> wrote: > Removing unused include/Makefile file. > > Signed-off-by: David Cohen <da...@gm...> > --- > include/Makefile | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > delete mode 100644 include/Makefile > > diff --git a/include/Makefile b/include/Makefile > deleted file mode 100644 > index 02b7b52..0000000 > --- a/include/Makefile > +++ /dev/null > @@ -1,2 +0,0 @@ > -asm: > - ln -s asm-$(ARCH) asm > -- > 1.5.3.7 > > |