From 4aca87515a5083ae0e31ce3177189fd43b6d05ac Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 3 Jan 2015 13:58:15 +0100 Subject: patch to Vanilla Tomato 1.28 --- release/src/router/busybox/libbb/Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 release/src/router/busybox/libbb/Makefile (limited to 'release/src/router/busybox/libbb/Makefile') diff --git a/release/src/router/busybox/libbb/Makefile b/release/src/router/busybox/libbb/Makefile deleted file mode 100644 index a9ea7694..00000000 --- a/release/src/router/busybox/libbb/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# Silly wrapper makefile. This Makefile is _not_ used by the build system for -# busybox, it is just to make working on libbb more conveinient. -# -Erik Andersen - -all: - make -C .. libbb.a - -clean: - - rm -rf libbb.a - - find -name \*.o -exec rm -f {} \; - -- cgit v1.2.3-54-g00ecf