Changeset 30994 in webkit for trunk/JavaScriptCore
- Timestamp:
- Mar 12, 2008, 10:20:23 AM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r30991 r30994 1 2008-03-12 Alp Toker <[email protected]> 2 3 Another autotools testkjs build fix attempt. 4 5 * GNUmakefile.am: 6 1 7 2008-03-12 Alp Toker <[email protected]> 2 8 -
trunk/JavaScriptCore/GNUmakefile.am
r30991 r30994 161 161 $(global_cxxflags) \ 162 162 $(global_cflags) \ 163 $(GLOBALDEPS_CFLAGS) 163 $(GLOBALDEPS_CFLAGS) \ 164 $(UNICODE_CFLAGS) 164 165 Programs_testkjs_LDADD = \ 165 166 libJavaScriptCore.la
Note:
See TracChangeset
for help on using the changeset viewer.