1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 15:12:36 +02:00

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

Corresponding to flashrom svn r288 and coreboot v2 svn r3404.

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
Peter Stuge 2008-07-02 03:03:58 +00:00
parent 00019d959a
commit 11103091b4

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