Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251330
b: refs/heads/master
c: 9663d98
h: refs/heads/master
v: v3
  • Loading branch information
Peter Foley authored and Michal Marek committed May 12, 2011
1 parent af4ad7a commit bd4d225
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 279f3dd3569d08226f8b8e41704d65e8b679d3d7
refs/heads/master: 9663d9890d80408c4a5c8280c5db775fbe082203
3 changes: 2 additions & 1 deletion trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,8 @@ include/generated/utsrelease.h: include/config/kernel.release FORCE

PHONY += headerdep
headerdep:
$(Q)find include/ -name '*.h' | xargs --max-args 1 scripts/headerdep.pl
$(Q)find $(srctree)/include/ -name '*.h' | xargs --max-args 1 \
$(srctree)/scripts/headerdep.pl -I$(srctree)/include

# ---------------------------------------------------------------------------

Expand Down

0 comments on commit bd4d225

Please sign in to comment.