Fix missing space in sub-targets.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE 2016-03-12 17:42:06 +01:00
parent f713beea53
commit cee7b3e7b8

View File

@ -79,7 +79,8 @@ all: libexecs tests samples
INSTALLDIR = $(DESTDIR)$(POCO_PREFIX)
COMPONENTS = CppUnit Foundation XML JSON Util Net Crypto NetSSL_OpenSSL Data Data/ODBC Data/SQLiteData/MySQL
COMPONENTS = CppUnit Foundation XML JSON Util Net Crypto NetSSL_OpenSSL
COMPONENTS += Data Data/ODBC Data/SQLite Data/MySQL
ifneq ($(OSNAME), Cygwin)
COMPONENTS += Data/PostgreSQL
endif