Cleanup: remove redundant deleting on *~ files

Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk 2008-07-02 23:53:23 +02:00
parent c8a3b109f0
commit 322ef5e28d
15 changed files with 15 additions and 15 deletions

View File

@ -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
#########################################################################

View File

@ -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
#########################################################################

View File

@ -37,7 +37,7 @@ clean:
rm -f $(OBJS)
distclean: clean
rm -f $(LIB) core *.bak $(obj).depend *~
rm -f $(LIB) core *.bak $(obj).depend
#########################################################################

View File

@ -38,7 +38,7 @@ clean:
rm -f $(OBJS)
distclean: clean
rm -f $(LIB) core *.bak $(obj).depend *~
rm -f $(LIB) core *.bak $(obj).depend
#########################################################################

View File

@ -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
#########################################################################

View File

@ -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
#########################################################################

View File

@ -41,7 +41,7 @@ clean:
rm -f $(SOBJS) $(OBJS)
distclean: clean
rm -f $(LIB) core *.bak *~ $(obj).depend
rm -f $(LIB) core *.bak $(obj).depend
#########################################################################
# This is for $(obj).depend target

View File

@ -41,7 +41,7 @@ clean:
rm -f $(SOBJS) $(OBJS)
distclean: clean
rm -f $(LIB) core *.bak *~ $(obj).depend
rm -f $(LIB) core *.bak $(obj).depend
#########################################################################
# This is for $(obj).depend target

View File

@ -41,7 +41,7 @@ clean:
rm -f $(SOBJS) $(OBJS)
distclean: clean
rm -f $(LIB) core *.bak *~ $(obj).depend
rm -f $(LIB) core *.bak $(obj).depend
#########################################################################
# This is for $(obj).depend target

View File

@ -41,7 +41,7 @@ clean:
rm -f $(SOBJS) $(OBJS)
distclean: clean
rm -f $(LIB) core *.bak *~ $(obj).depend
rm -f $(LIB) core *.bak $(obj).depend
#########################################################################
# This is for $(obj).depend target

View File

@ -37,7 +37,7 @@ clean:
rm -f $(OBJS)
distclean: clean
rm -f $(LIB) core *.bak $(obj).depend *~
rm -f $(LIB) core *.bak $(obj).depend
#########################################################################

View File

@ -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
#########################################################################

View File

@ -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
#########################################################################

View File

@ -56,7 +56,7 @@ clean:
rm -f $(SOBJS) $(OBJS)
distclean: clean
rm -f $(LIB) core *.bak $(obj).depend *~
rm -f $(LIB) core *.bak $(obj).depend
#########################################################################

View File

@ -54,7 +54,7 @@ clean:
rm -f $(SOBJS) $(OBJS)
distclean: clean
rm -f $(LIB) core *.bak $(obj).depend *~
rm -f $(LIB) core *.bak $(obj).depend
#########################################################################