From: Ben Laurie Date: Sun, 11 Jun 2000 14:08:16 +0000 (+0000) Subject: Make "make depend" work - pending a real fix, that is. I did attempt to do this X-Git-Tag: APACHE_2_0_ALPHA_5~374 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc9ff3b6f660488d758921a7ebf0ecb614598e39;p=apache Make "make depend" work - pending a real fix, that is. I did attempt to do this 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 --- 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