summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--srclib/pcre/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/srclib/pcre/Makefile.in b/srclib/pcre/Makefile.in
index cebb44d055..c2edf9cd07 100644
--- a/srclib/pcre/Makefile.in
+++ b/srclib/pcre/Makefile.in
@@ -11,7 +11,6 @@
# include dll.mk
# DLL_LDFLAGS=-s
-
#---------------------------------------------------------------------------#
# The next few lines are modified by "configure" to insert data that it is #
# given in its arguments, or which it finds out for itself. #
@@ -194,6 +193,9 @@ check: runtest
runtest: all
./RunTest
+depend:
+ echo '*** SKIPPING PCRE UNTIL SOMEONE MAKES IT WORK ***'
+
######## MINGW32 ############### MINGW32 ############### MINGW32 #############
# This addition for mingw32 was contributed by Paul Sokolovsky