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

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:49:30 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 5694cd03341674c213093eb626cb5c603bbd75e5
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 30 22:34:00 2003 +0000

            * Makefile.am: Include the subdirectory with the PCRE code in it.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4738 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 4eaea43..b58dc2c 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-30  Darin Adler  <darin at apple.com>
+
+        * Makefile.am: Include the subdirectory with the PCRE code in it.
+
 2003-07-30  John Sullivan  <sullivan at apple.com>
 
 	- JavaScriptCore part of fix for 3284525 -- AutoFill fills in 
diff --git a/JavaScriptCore/ChangeLog-2003-10-25 b/JavaScriptCore/ChangeLog-2003-10-25
index 4eaea43..b58dc2c 100644
--- a/JavaScriptCore/ChangeLog-2003-10-25
+++ b/JavaScriptCore/ChangeLog-2003-10-25
@@ -1,3 +1,7 @@
+2003-07-30  Darin Adler  <darin at apple.com>
+
+        * Makefile.am: Include the subdirectory with the PCRE code in it.
+
 2003-07-30  John Sullivan  <sullivan at apple.com>
 
 	- JavaScriptCore part of fix for 3284525 -- AutoFill fills in 
diff --git a/JavaScriptCore/Makefile.am b/JavaScriptCore/Makefile.am
index b1d1b8c..4007efa 100644
--- a/JavaScriptCore/Makefile.am
+++ b/JavaScriptCore/Makefile.am
@@ -9,7 +9,7 @@ kjs_testkjs_DEPENDENCIES = JavaScriptCore-stamp
 kjs_testkjs_LDFLAGS = -F$(SYMROOTS) -framework JavaScriptCore
 
 all-am: JavaScriptCore-stamp
-JavaScriptCore-stamp: kjs/*.cpp kjs/*.h
+JavaScriptCore-stamp: kjs/*.cpp kjs/*.h pcre/*.c pcre/*.h
 	pbxbuild -buildstyle $(BUILDSTYLE) OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS) && touch $@
 clean-am:
 	pbxbuild clean OBJROOT=$(SYMROOTS) SYMROOT=$(SYMROOTS) DSTROOT=$(SYMROOTS)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list