[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:50:33 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit d40fd3f60aa9cb3a059ab5c50364a304c73c1011
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 16 22:26:34 2001 +0000

    Now executes perl scripts with an explicit perl invocation rather than
    relying on them to be executable
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@337 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/khtml/misc/Makefile.in b/WebCore/khtml/misc/Makefile.in
index 41b48f6..756e622 100644
--- a/WebCore/khtml/misc/Makefile.in
+++ b/WebCore/khtml/misc/Makefile.in
@@ -84,10 +84,10 @@ khtmldata.h:
 	touch $@
 
 $(TAGFILES):
-	./maketags
+	perl ./maketags
 
 $(ATTRSFILES):
-	./makeattrs
+	perl ./makeattrs
 
 #----------------------------------------------------------------------
 # include make rules boilerplate
diff --git a/WebCore/src/kdelibs/khtml/misc/Makefile.in b/WebCore/src/kdelibs/khtml/misc/Makefile.in
index 41b48f6..756e622 100644
--- a/WebCore/src/kdelibs/khtml/misc/Makefile.in
+++ b/WebCore/src/kdelibs/khtml/misc/Makefile.in
@@ -84,10 +84,10 @@ khtmldata.h:
 	touch $@
 
 $(TAGFILES):
-	./maketags
+	perl ./maketags
 
 $(ATTRSFILES):
-	./makeattrs
+	perl ./makeattrs
 
 #----------------------------------------------------------------------
 # include make rules boilerplate

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list