summaryrefslogtreecommitdiff
blob: e46dd5b16be47443f068d3b6b1074782b3c244c0 (plain)
1
2
3
4
5
6
7
8
9
10
--- Foundation/Makefile	2012-01-23 15:12:27.000000000 +0100
+++ Foundation/Makefile.new	2012-04-11 14:58:14.000000000 +0200
@@ -43,7 +43,6 @@
 pcre_utf8_objects = pcre_ucd pcre_tables
 
 ifdef POCO_UNBUNDLED
-	objects += $(pcre_utf8_objects) 
 	SYSLIBS += -lpcre -lz
 else
 	objects += $(zlib_objects) $(pcre_objects) $(pcre_utf8_objects)