Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312315
b: refs/heads/master
c: 860df58
h: refs/heads/master
i:
  312313: f584166
  312311: 422d71a
v: v3
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed Jun 29, 2012
1 parent 72f27c8 commit ed1475e
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 6545e3a8f0666b60b26202a5271a94f7cd9601a8
refs/heads/master: 860df5833e461beba4bf9f3304a7919da98fd789
6 changes: 5 additions & 1 deletion trunk/tools/lib/traceevent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,12 @@ endef
all_objs := $(sort $(ALL_OBJS))
all_deps := $(all_objs:%.o=.%.d)

# let .d file also depends on the source and header files
define check_deps
$(CC) -M $(CFLAGS) $< > $@;
@set -e; $(RM) $@; \
$(CC) -M $(CFLAGS) $< > $@.$$$$; \
sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' < $@.$$$$ > $@; \
$(RM) $@.$$$$
endef

$(gui_deps): ks_version.h
Expand Down

0 comments on commit ed1475e

Please sign in to comment.