flashrom: Don't rm *~ in make clean, who knows what files that could be

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3404 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Peter Stuge 2008-07-02 03:03:58 +00:00
parent 39a582569a
commit 1ae669771c
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ flashrom.o: flashrom.c
$(CC) -c $(CFLAGS) $(SVNDEF) $(CPPFLAGS) $< -o $@
clean:
rm -f $(PROGRAM) *.o *~
rm -f $(PROGRAM) *.o
distclean: clean
rm -f .dependencies