From 529c3d57ef4bc2112d786e82d961691b803484ec Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Tue, 7 Oct 2003 08:13:11 +0000 Subject: [PATCH] clean.mk: removed \'=\' in "-maxdepth=1" git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2927 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 4 ++++ clean.mk | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1e78e64d..0f017884 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-10-06 Bernhard Held + + * clean.mk: removed '=' in "-maxdepth=1" + 2003-10-06 Borut Razem * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions; diff --git a/clean.mk b/clean.mk index f1274134..62a746d0 100644 --- a/clean.mk +++ b/clean.mk @@ -3,7 +3,7 @@ clean: rm -f *core *[%~] *.[oa] rm -f .[a-z]*~ - find bin -maxdepth=1 -type f ! -name README -exec rm {} \; + find bin -maxdepth 1 -type f ! -name README -exec rm {} \; # Deleting all files created by configuring or building the program # ----------------------------------------------------------------- -- 2.47.2