Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338903
b: refs/heads/master
c: b6f4f80
h: refs/heads/master
i:
  338901: 545b513
  338899: d4f371e
  338895: 4c5eb4d
v: v3
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed Oct 26, 2012
1 parent 3c0ce59 commit 191d186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8f7c1d07ade50dcdea7ec779b277e891f5c8292a
refs/heads/master: b6f4f804108bd563070ab95199cbddcf7650cbf4
2 changes: 1 addition & 1 deletion trunk/tools/lib/traceevent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ all_deps := $(all_objs:%.o=.%.d)
# let .d file also depends on the source and header files
define check_deps
@set -e; $(RM) $@; \
$(CC) -M $(CFLAGS) $< > $@.$$$$; \
$(CC) -MM $(CFLAGS) $< > $@.$$$$; \
sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' < $@.$$$$ > $@; \
$(RM) $@.$$$$
endef
Expand Down

0 comments on commit 191d186

Please sign in to comment.