diff options
| author | michael <michael@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-02-02 15:52:39 +0000 |
|---|---|---|
| committer | michael <michael@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-02-02 15:52:39 +0000 |
| commit | 1e5afb3e733a84dee7c4ad6a3f7809e5048ae0cb (patch) | |
| tree | dfd6be450a22512f23b9fde6d36316bcbef71ef4 /packages/Makefile.fpc | |
| parent | 6ea53e255b8c61c996ccd9d69c427a61bcf3aa88 (diff) | |
| download | fpc-1e5afb3e733a84dee7c4ad6a3f7809e5048ae0cb.tar.gz | |
* Reversed dependency of fcl-xml so it checks the platform names which need the dependency
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@12654 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/Makefile.fpc')
| -rw-r--r-- | packages/Makefile.fpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Makefile.fpc b/packages/Makefile.fpc index bb029f4169..fe1ceff8a2 100644 --- a/packages/Makefile.fpc +++ b/packages/Makefile.fpc @@ -313,7 +313,7 @@ librsvg_smart: gtk2_smart librsvg_debug: gtk2_debug librsvg_release: gtk2_release -ifeq ($(findstring $(OS_TARGET),win32 win64 solaris wince),) +ifneq ($(findstring $(OS_TARGET),linux freebsd darwin),) fcl-xml_all: iconvenc_all fcl-xml_shared: iconvenc_shared fcl-xml_smart: iconvenc_smart |
