Force grep to treat files as text files, as it seems freegrep doesn't like UTF-8.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38571 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2010-09-07 16:39:23 +00:00
parent c5f8afb944
commit a7ea5b51c6

View File

@ -71,7 +71,7 @@ rule USBWebcamHeaderGen header : macro : sources
actions USBWebcamHeaderGen1 actions USBWebcamHeaderGen1
{ {
grep -h $(GREP_DEFINE) $(2) > $(1) ; grep -h -a $(GREP_DEFINE) $(2) > $(1) ;
} }
USBWebcamHeaderGen CamInternalAddons.h : B_WEBCAM_MKINTFUNC : $(addonSources) ; USBWebcamHeaderGen CamInternalAddons.h : B_WEBCAM_MKINTFUNC : $(addonSources) ;