Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] Fix clean-local target
@ 2010-09-03 11:33 Waldemar Rymarkiewicz
  2010-09-03 12:13 ` Luiz Augusto von Dentz
  2010-09-03 19:19 ` Uwe Kleine-König
  0 siblings, 2 replies; 6+ messages in thread
From: Waldemar Rymarkiewicz @ 2010-09-03 11:33 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Waldemar Rymarkiewicz

The fix avoids failure of the second consequent call of 'make clean'.

Signed-off-by: Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
---
 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 5684e99..2fa03e1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -385,5 +385,5 @@ lib/bluetooth/%.h: lib/%.h
 	$(AM_V_at)$(MKDIR_P) lib/bluetooth
 	$(AM_V_GEN)$(LN_S) $(abs_top_srcdir)/$< $@
 
-clean-local: lib/bluetooth
-	@$(RM) -r $<
+clean-local:
+	$(RM) -r lib/bluetooth
\ No newline at end of file
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-09-07  9:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-03 11:33 [PATCH] Fix clean-local target Waldemar Rymarkiewicz
2010-09-03 12:13 ` Luiz Augusto von Dentz
2010-09-03 12:21   ` Waldemar.Rymarkiewicz
2010-09-03 19:19 ` Uwe Kleine-König
2010-09-07  9:09   ` Waldemar.Rymarkiewicz
2010-09-07  9:47     ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox