diff options
author | Ben Laurie <ben@apache.org> | 2000-06-11 16:08:16 +0200 |
---|---|---|
committer | Ben Laurie <ben@apache.org> | 2000-06-11 16:08:16 +0200 |
commit | dc9ff3b6f660488d758921a7ebf0ecb614598e39 (patch) | |
tree | ee425cb95744e46451ddc303aa99d477f22b6214 /srclib | |
parent | Do printf formatting properly. (diff) | |
download | apache2-dc9ff3b6f660488d758921a7ebf0ecb614598e39.tar.xz apache2-dc9ff3b6f660488d758921a7ebf0ecb614598e39.zip |
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
Diffstat (limited to 'srclib')
-rw-r--r-- | srclib/pcre/Makefile.in | 4 |
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 |