Merge lp:~kvalo/connman/fix-make-clean into lp:~indicator-network-developers/connman/trunk

Proposed by Kalle Valo
Status: Merged
Merged at revision: 2273
Proposed branch: lp:~kvalo/connman/fix-make-clean
Merge into: lp:~indicator-network-developers/connman/trunk
Diff against target: 11 lines (+2/-2)
1 file modified
Makefile.am (+2/-2)
To merge this branch: bzr merge lp:~kvalo/connman/fix-make-clean
Reviewer Review Type Date Requested Status
Mikkel Kamstrup Erlandsen (community) Approve
Review via email: mp+26790@code.launchpad.net

Description of the change

Fix make clean

To post a comment you must log in.
Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote :

Looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile.am'
2--- Makefile.am 2010-06-03 11:58:50 +0000
3+++ Makefile.am 2010-06-04 10:59:20 +0000
4@@ -227,5 +227,5 @@
5 $(AM_V_at)$(MKDIR_P) include/connman
6 $(AM_V_GEN)$(LN_S) $(abs_top_srcdir)/$< $@
7
8-clean-local: include/connman
9- @$(RM) -r $<
10+clean-local:
11+ @$(RM) -rf include/connman

Subscribers

People subscribed via source and target branches