]> granicus.if.org Git - apache/commitdiff
Make "make depend" work - pending a real fix, that is. I did attempt to do this
authorBen Laurie <ben@apache.org>
Sun, 11 Jun 2000 14:08:16 +0000 (14:08 +0000)
committerBen Laurie <ben@apache.org>
Sun, 11 Jun 2000 14:08:16 +0000 (14:08 +0000)
properly, but that means some radical autoconf shit that is, once more, beyond
me.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85515 13f79535-47bb-0310-9956-ffa450edef68

srclib/pcre/Makefile.in

index cebb44d0550a3be95fab08e7729229cb0ee28c26..c2edf9cd07b78645308af745ed750e731322718d 100644 (file)
@@ -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