diff options
Diffstat (limited to 'graphite')
-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 |