diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-25 09:55:55 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-25 09:55:55 +0000 |
commit | 9fb1636ab6def68ef097618e91b8a8967964aaef (patch) | |
tree | 16e50c4a76bd14764de855c516742e7d589d5c78 /odk/settings | |
parent | 4192292fc5ff35a5ce6031aa0c6cb0051dc5963c (diff) |
INTEGRATION: CWS s390sdk (1.28.18); FILE MERGED
2008/04/24 11:20:46 rene 1.28.18.1: honour just linux
Diffstat (limited to 'odk/settings')
-rw-r--r-- | odk/settings/settings.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/settings/settings.mk b/odk/settings/settings.mk index fc169028e9c2..816397bef8f4 100644 --- a/odk/settings/settings.mk +++ b/odk/settings/settings.mk @@ -219,7 +219,7 @@ endif # Linux specific settings # ########################################################################### -ifeq "$(PLATFORM)" "linux-gnu" +ifneq (,$(findstring linux,$(PLATFORM))) # Settings for Linux using gcc compiler PROCTYPE := $(shell $(PRJ)/config.guess | cut -d "-" -f1 | sed -e 's/^i.86$$/i386/') |