Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH] Fix: clean-local target
@ 2010-04-22 11:26 Pekka Pessi
  2010-04-23 16:25 ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: Pekka Pessi @ 2010-04-22 11:26 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 435 bytes --]

---
 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 86ccf1b..db7e33e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -426,5 +426,5 @@ include/ofono/%.h: include/%.h
 	$(AM_V_at)$(MKDIR_P) include/ofono
 	$(AM_V_GEN)$(LN_S) $(abs_top_srcdir)/$< $@
 
-clean-local: include/ofono
-	@$(RM) -r $<
+clean-local:
+	$(RM) -rf include/ofono
-- 
1.6.3.3


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

end of thread, other threads:[~2010-04-24 13:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-22 11:26 [PATCH] Fix: clean-local target Pekka Pessi
2010-04-23 16:25 ` Marcel Holtmann
2010-04-24  6:57   ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
2010-04-24 13:56   ` Pekka Pessi

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