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>
This commit is contained in:
Nico Huber 2017-06-13 12:54:28 +02:00 committed by Patrick Georgi
parent cce508fed2
commit cde2bdf496
1 changed files with 1 additions and 1 deletions

View File

@ -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