From eea4a6ce8ca11533977ded1b4cb084478cc5b4d3 Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Wed, 2 Jul 2008 03:03:58 +0000 Subject: 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 Acked-by: Carl-Daniel Hailfinger --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f6234f1..b47d916 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.1