From 1ae669771c916363023f01aae806f69dff35d81a Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Wed, 2 Jul 2008 03:03:58 +0000 Subject: flashrom: Don't rm *~ in make clean, who knows what files that could be Signed-off-by: Peter Stuge Acked-by: Carl-Daniel Hailfinger git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3404 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flashrom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/flashrom') diff --git a/util/flashrom/Makefile b/util/flashrom/Makefile index f6234f1518..b47d916822 100644 --- a/util/flashrom/Makefile +++ b/util/flashrom/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.2.3