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

mjs mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:54:04 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit d263ea1ea8ec7ce04fbd6ea5d81fcdbeb0777214
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 16 02:30:49 2002 +0000

    2002-01-15  Maciej Stachowiak  <mjs at apple.com>
    
    	* src/kdelibs/kjs/Makefile.am: Add missing files to BUILT_SOURCES
    	and build rules to fix `make -j3'
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@536 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/kjs/Makefile.am b/JavaScriptCore/kjs/Makefile.am
index 190cc2b..17ddd5e 100644
--- a/JavaScriptCore/kjs/Makefile.am
+++ b/JavaScriptCore/kjs/Makefile.am
@@ -56,7 +56,7 @@ libkjs_la_SOURCES = \
 	ustring.h \
 	$(NULL)
 
-BUILT_SOURCES = grammar.cpp grammar.cpp.h
+BUILT_SOURCES = grammar.cpp grammar.cpp.h grammar.h
 
 noinst_PROGRAMS = testkjs
 
@@ -65,12 +65,11 @@ testkjs_SOURCES = testkjs.cpp
 testkjs_LDADD = $(srcdir)/libkjs.la
 
 CLEANFILES = $(BUILT_SOURCES) \
-	grammar.h \
 	$(NULL)
 
 YACCFLAGS = -d --output-file=grammar.cpp --file-prefix=grammar --name-prefix=kjsyy
 
-grammar.h grammar.cpp: grammar.y
+grammar.h grammar.cpp.h grammar.cpp: grammar.y
 	$(YACC) $(YACCFLAGS) $<
 	ln -sf grammar.cpp.h grammar.h
 
diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 6d2f566..9759c1e 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,8 @@
+2002-01-15  Maciej Stachowiak  <mjs at apple.com>
+
+	* src/kdelibs/kjs/Makefile.am: Add missing files to BUILT_SOURCES
+	and build rules to fix `make -j3'
+
 2002-01-14  Maciej Stachowiak  <mjs at apple.com>
 
 	* .cvsignore:
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 6d2f566..9759c1e 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,8 @@
+2002-01-15  Maciej Stachowiak  <mjs at apple.com>
+
+	* src/kdelibs/kjs/Makefile.am: Add missing files to BUILT_SOURCES
+	and build rules to fix `make -j3'
+
 2002-01-14  Maciej Stachowiak  <mjs at apple.com>
 
 	* .cvsignore:
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 6d2f566..9759c1e 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,8 @@
+2002-01-15  Maciej Stachowiak  <mjs at apple.com>
+
+	* src/kdelibs/kjs/Makefile.am: Add missing files to BUILT_SOURCES
+	and build rules to fix `make -j3'
+
 2002-01-14  Maciej Stachowiak  <mjs at apple.com>
 
 	* .cvsignore:
diff --git a/WebCore/src/kdelibs/kjs/Makefile.am b/WebCore/src/kdelibs/kjs/Makefile.am
index 190cc2b..17ddd5e 100644
--- a/WebCore/src/kdelibs/kjs/Makefile.am
+++ b/WebCore/src/kdelibs/kjs/Makefile.am
@@ -56,7 +56,7 @@ libkjs_la_SOURCES = \
 	ustring.h \
 	$(NULL)
 
-BUILT_SOURCES = grammar.cpp grammar.cpp.h
+BUILT_SOURCES = grammar.cpp grammar.cpp.h grammar.h
 
 noinst_PROGRAMS = testkjs
 
@@ -65,12 +65,11 @@ testkjs_SOURCES = testkjs.cpp
 testkjs_LDADD = $(srcdir)/libkjs.la
 
 CLEANFILES = $(BUILT_SOURCES) \
-	grammar.h \
 	$(NULL)
 
 YACCFLAGS = -d --output-file=grammar.cpp --file-prefix=grammar --name-prefix=kjsyy
 
-grammar.h grammar.cpp: grammar.y
+grammar.h grammar.cpp.h grammar.cpp: grammar.y
 	$(YACC) $(YACCFLAGS) $<
 	ln -sf grammar.cpp.h grammar.h
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list