aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2017-06-13 12:54:28 +0200
committerPatrick Georgi <pgeorgi@google.com>2017-06-14 12:54:40 +0200
commitcde2bdf496408f7083448d5805114360ba7bef8c (patch)
tree1b00cf7161999a46e57daae979d184a1dcec91d0 /util
parentcce508fed2b764d81a4b172597c15e648227402a (diff)
inteltool/Makefile: Clean .dependencies too
Change-Id: Ib4fc326c6612f2d142c8a5220949fbb4b97c37a1 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/20176 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util')
-rw-r--r--util/inteltool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/inteltool/Makefile b/util/inteltool/Makefile
index e36560d6e1..179bea9f85 100644
--- a/util/inteltool/Makefile
+++ b/util/inteltool/Makefile
@@ -49,7 +49,7 @@ $(PROGRAM): $(OBJS)
$(CC) $(CFLAGS) $(CPPFLAGS) -o $(PROGRAM) $(OBJS) $(LDFLAGS)
clean:
- rm -f $(PROGRAM) *.o *~ junit.xml
+ rm -f $(PROGRAM) *.o *~ junit.xml .dependencies
distclean: clean
rm -f .dependencies