diff options
Diffstat (limited to 'webkit/pending/DerivedSources.make')
-rw-r--r-- | webkit/pending/DerivedSources.make | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/webkit/pending/DerivedSources.make b/webkit/pending/DerivedSources.make index 4f15083..00a65ff 100644 --- a/webkit/pending/DerivedSources.make +++ b/webkit/pending/DerivedSources.make @@ -43,7 +43,10 @@ VPATH = \ ifeq ($(OS),MACOS) all : \ - CharsetData.cpp \ + CharsetData.cpp +endif + +# we don't want to generate objC bindings \ DOMAbstractView.h \ DOMAttr.h \ DOMCDATASection.h \ @@ -300,7 +303,7 @@ all : \ DOMWheelEvent.h \ DOMXPathExpression.h \ DOMXPathNSResolver.h \ - DOMXPathResult.h + DOMXPathResult.h \ endif all : \ |