summaryrefslogtreecommitdiffstats
path: root/support/Makefile.in
diff options
context:
space:
mode:
authorKaspar Brand <kbrand@apache.org>2012-09-16 08:16:35 +0200
committerKaspar Brand <kbrand@apache.org>2012-09-16 08:16:35 +0200
commit5eb4537e2afdfdfb308efc7efd5de351bba45cba (patch)
tree6cf62ffcee99be4d2aa00be03ea6ea3f95bfdbbd /support/Makefile.in
parentSpin off module-specific build options into separate build vars. (diff)
downloadapache2-5eb4537e2afdfdfb308efc7efd5de351bba45cba.tar.xz
apache2-5eb4537e2afdfdfb308efc7efd5de351bba45cba.zip
revert r1385214, as I inadvertently left out acinclude.m4.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1385215 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/Makefile.in')
-rw-r--r--support/Makefile.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/support/Makefile.in b/support/Makefile.in
index cef8f00368..043fd147fa 100644
--- a/support/Makefile.in
+++ b/support/Makefile.in
@@ -57,13 +57,9 @@ htdbm: $(htdbm_OBJECTS)
$(LINK) $(htdbm_LTFLAGS) $(htdbm_OBJECTS) $(PROGRAM_LDADD) $(CRYPT_LIBS)
ab_OBJECTS = ab.lo
-ab_LDADD = $(PROGRAM_LDADD) $(MATH_LIBS)
-ab.lo: ab.c
- $(LIBTOOL) --mode=compile $(CC) $(ab_CFLAGS) $(ALL_CFLAGS) $(ALL_CPPFLAGS) \
- $(ALL_INCLUDES) $(PICFLAGS) $(LTCFLAGS) -c $< && touch $@
+ab_LDADD = $(PROGRAM_LDADD) $(SSL_LIBS) $(MATH_LIBS)
ab: $(ab_OBJECTS)
- $(LIBTOOL) --mode=link $(CC) $(ALL_CFLAGS) $(ab_LDFLAGS) $(PILDFLAGS) \
- $(LT_LDFLAGS) $(ALL_LDFLAGS) -o $@ $(ab_LTFLAGS) $(ab_OBJECTS) $(ab_LDADD)
+ $(LINK) $(ab_LTFLAGS) $(ab_OBJECTS) $(ab_LDADD)
checkgid_OBJECTS = checkgid.lo
checkgid: $(checkgid_OBJECTS)