diff options
author | Ryan Bloom <rbb@apache.org> | 2000-12-04 22:33:51 +0000 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-12-04 22:33:51 +0000 |
commit | a5a1891da1953047d505b5c922f0c1af30c993e5 (patch) | |
tree | 945499882d41af8503eda7e4094c52db51c2b721 /test | |
parent | d41299505518b273ffe9b26e1d432bf8e11e180d (diff) | |
download | httpd-a5a1891da1953047d505b5c922f0c1af30c993e5.tar.gz |
Get Apache to configure completely again. This still doesn't build, but
now we are getting very close.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87187 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index e7770f7fbb..3b69f84497 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -4,7 +4,6 @@ targets = $(PROGRAMS) PROGRAM_LDADD = $(EXTRA_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) PROGRAM_DEPENDENCIES = ../ap/libap.la \ - ../lib/aputil/libaputil.la \ ../lib/sdbm/libsdbm.la \ ../lib/apr/$(LIBPRE)apr.a |