diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 16:07:58 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 16:07:58 +0000 |
commit | cf48cf7ab39f369d0f8f983316f9a8f6441fb00b (patch) | |
tree | a7a3125493b0efcdbbfd77f7328ab48063014bf6 /curl | |
parent | a2df3409e88948c9cde18107372bad5aed4e79e5 (diff) |
INTEGRATION: CWS ooo20040704 (1.8.50); FILE MERGED
2004/07/05 13:45:29 cmc 1.8.50.1: #i30801# make curl an optional compile
Diffstat (limited to 'curl')
-rw-r--r-- | curl/makefile.mk | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/curl/makefile.mk b/curl/makefile.mk index cb0b27ead961..00d9b32a3996 100644 --- a/curl/makefile.mk +++ b/curl/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: hr $ $Date: 2003-07-16 17:24:06 $ +# last change: $Author: rt $ $Date: 2004-09-08 17:07:58 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -69,6 +69,12 @@ TARGET=so_curl .INCLUDE : settings.mk +.IF "$(SYSTEM_CURL)" == "YES" +all: + @echo "An already available installation of curl should exist on your system." + @echo "Therefore the version provided here does not need to be built in addition." +.ENDIF + # --- Files -------------------------------------------------------- TARFILE_NAME=curl-7.9.8 |