summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--neon/makefile.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/neon/makefile.mk b/neon/makefile.mk
index cbbb36bad538..db2c81a52acf 100644
--- a/neon/makefile.mk
+++ b/neon/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: kso $ $Date: 2002-10-24 11:50:58 $
+# last change: $Author: rt $ $Date: 2004-09-08 16:51:17 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -71,6 +71,11 @@ TARGET=so_neon
# --- Files --------------------------------------------------------
+.IF "$(SYSTEM_NEON)" == "YES"
+@all:
+ @echo "Using system neon...."
+.ENDIF
+
NEON_NAME=neon-0.23.5
TARFILE_NAME=$(NEON_NAME)