From d552c8058c67b055e4f83c820f2845663a081b2c Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Thu, 15 Sep 2011 21:12:14 +0200 Subject: [PATCH] remove obsolete files --- newlib/examples/test | 3 --- tools/Makefile | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 newlib/examples/test diff --git a/newlib/examples/test b/newlib/examples/test deleted file mode 100644 index e7cf92e9..00000000 --- a/newlib/examples/test +++ /dev/null @@ -1,3 +0,0 @@ -test -hallo -huso diff --git a/tools/Makefile b/tools/Makefile index ee97610b..b47cc898 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -7,7 +7,7 @@ LDFLGAS = DEFINES= NASM = nasm NASMFLAGS = -fbin -EXECFILES = $(shell find ../newlib/examples -perm -u+r+x -type f) ../newlib/examples/test +EXECFILES = $(shell find ../newlib/examples -perm -u+r+x -type f) # other implicit rules %.o : %.c