diff options
author | Wolfgang Denk | 2008-07-02 23:53:23 +0200 |
---|---|---|
committer | Wolfgang Denk | 2008-07-02 23:53:23 +0200 |
commit | 322ef5e28d2dc62571afc699b00add22a8e006e4 (patch) | |
tree | f0a47dc4313053376a07351692c5b16dce66947f /board/prodrive | |
parent | c8a3b109f07f02342d097b30908965f7261d9f15 (diff) |
Cleanup: remove redundant deleting on *~ files
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/prodrive')
-rw-r--r-- | board/prodrive/alpr/Makefile | 2 | ||||
-rw-r--r-- | board/prodrive/p3mx/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/prodrive/alpr/Makefile b/board/prodrive/alpr/Makefile index 6e5734d31bb..ef3accbf188 100644 --- a/board/prodrive/alpr/Makefile +++ b/board/prodrive/alpr/Makefile @@ -39,7 +39,7 @@ clean: rm -f $(SOBJS) $(OBJS) distclean: clean - rm -f $(LIB) core *.bak $(obj).depend *~ + rm -f $(LIB) core *.bak $(obj).depend ######################################################################### diff --git a/board/prodrive/p3mx/Makefile b/board/prodrive/p3mx/Makefile index a560a0b0380..8456df36300 100644 --- a/board/prodrive/p3mx/Makefile +++ b/board/prodrive/p3mx/Makefile @@ -43,7 +43,7 @@ clean: rm -f $(SOBJS) $(OBJS) distclean: clean - rm -f $(LIB) core *.bak $(obj).depend *~ + rm -f $(LIB) core *.bak $(obj).depend ######################################################################### |