From: Glenn L McGrath Date: Mon, 9 Dec 2002 21:16:39 +0000 (-0000) Subject: err.. Make clean in the scripts/config directory to remove some binaries X-Git-Tag: 1_00_pre1~321 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=919798d5a8c59a05afd90e209d7986ab2d9caea3;p=oweals%2Fbusybox.git err.. Make clean in the scripts/config directory to remove some binaries --- diff --git a/Makefile b/Makefile index 646d5b760..9a87ad4bd 100644 --- a/Makefile +++ b/Makefile @@ -201,7 +201,7 @@ check: busybox clean: - $(MAKE) -C tests clean - - $(MAKE) -C scripts clean + - $(MAKE) -C scripts/config clean - rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ docs/busybox.net/BusyBox.html - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \