diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-01-27 16:26:13 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-01-27 16:26:13 +0100 |
commit | a082f00673a091f517f9fbc6a09b94e4edb36ad5 (patch) | |
tree | 825ed1ca87c49bd1ef87926432712bfd57e16615 | |
parent | 1b5d661ccb3da60c538e796756715e373da49209 (diff) | |
parent | 1fa5cf73fc3521fbdff99878e9baba2c4f4b03ec (diff) |
CWS-TOOLING: integrate CWS cmcfixes69
-rw-r--r-- | graphite/makefile.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/graphite/makefile.mk b/graphite/makefile.mk index 5faa9054f98a..5ec831b61c00 100644 --- a/graphite/makefile.mk +++ b/graphite/makefile.mk @@ -68,6 +68,12 @@ TARGET=so_graphite .INCLUDE : settings.mk +.IF "$(SYSTEM_GRAPHITE)" == "YES" +all: + @echo "An already available installation of silgraphite should exist on your system." + @echo "Therefore the version provided here does not need to be built in addition." +.ENDIF + # --- Files -------------------------------------------------------- .IF "$(ENABLE_GRAPHITE)"=="TRUE" TARFILE_NAME=silgraphite-2.3.1 |