<p>Nico Huber has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/28928">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/cbmem/Makefile: Remove .dependencies on `clean`<br><br>Change-Id: Ic122b3eaed54e29bbb3e11de84822169c81c04eb<br>Signed-off-by: Nico Huber <nico.h@gmx.de><br>---<br>M util/cbmem/Makefile<br>1 file changed, 1 insertion(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/28928/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/cbmem/Makefile b/util/cbmem/Makefile</span><br><span>index 694cac7..711e17e 100644</span><br><span>--- a/util/cbmem/Makefile</span><br><span>+++ b/util/cbmem/Makefile</span><br><span>@@ -29,14 +29,13 @@</span><br><span> $(PROGRAM): $(OBJS)</span><br><span> </span><br><span> clean:</span><br><span style="color: hsl(0, 100%, 40%);">-        rm -f $(PROGRAM) *.o *~ junit.xml</span><br><span style="color: hsl(120, 100%, 40%);">+     rm -f $(PROGRAM) *.o .dependencies *~ junit.xml</span><br><span> </span><br><span> install: $(PROGRAM)</span><br><span>   $(INSTALL) -d $(DESTDIR)$(PREFIX)/sbin/</span><br><span>      $(INSTALL) cbmem $(DESTDIR)$(PREFIX)/sbin/</span><br><span> </span><br><span> distclean: clean</span><br><span style="color: hsl(0, 100%, 40%);">-      rm -f .dependencies</span><br><span> </span><br><span> .dependencies:</span><br><span>    @$(CC) $(CFLAGS) $(CPPFLAGS) -MM *.c > .dependencies</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/28928">change 28928</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/28928"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ic122b3eaed54e29bbb3e11de84822169c81c04eb </div>
<div style="display:none"> Gerrit-Change-Number: 28928 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Nico Huber <nico.h@gmx.de> </div>