APR_LIBS isn't needed as it is in LIBS *and* it's also now a real LIBS
statement instead of a path to libapr.la


git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/trunk@58556 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/Makefile.in b/test/Makefile.in
index 0e7e12f..ab5cae3 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -12,21 +12,21 @@
 test: $(PROGRAMS)
 
 testdbm_OBJECTS = testdbm.lo
-testdbm_LDADD =  ../libaprutil.la @APR_LIBS@
+testdbm_LDADD =  ../libaprutil.la
 testdbm: $(testdbm_OBJECTS) $(testdbm_LDADD)
 	$(LINK) $(testdbm_OBJECTS) $(testdbm_LDADD) $(LIBS)
 
 testdate_OBJECTS = testdate.lo
-testdate_LDADD =  ../libaprutil.la @APR_LIBS@
+testdate_LDADD =  ../libaprutil.la
 testdate: $(testdate_OBJECTS) $(testdate_LDADD)
 	$(LINK) $(testdate_OBJECTS) $(testdate_LDADD) $(LIBS)
 
 testxml_OBJECTS = testxml.lo
-testxml_LDADD =  ../libaprutil.la @APR_LIBS@
+testxml_LDADD =  ../libaprutil.la
 testxml: $(testxml_OBJECTS) $(testxml_LDADD)
 	$(LINK) $(testxml_OBJECTS) $(testxml_LDADD) $(LIBS)
 
 testmd4_OBJECTS = testmd4.lo
-testmd4_LDADD =  ../libaprutil.la @APR_LIBS@
+testmd4_LDADD =  ../libaprutil.la
 testmd4: $(testmd4_OBJECTS) $(testmd4_LDADD)
 	$(LINK) $(testmd4_OBJECTS) $(testmd4_LDADD) $(LIBS)