summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2005-02-04 12:13:13 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2005-02-04 12:13:13 +0000
commita1817f30e4cd6da9633e4e4de27645a90bd842ff (patch)
tree14873fc649206b20f3dd8b7311c005a4598cf05c /Makefile.in
parent500b303cd2f21a6fdd6ea41e2d6a3768efacd541 (diff)
downloadlibapr-util-a1817f30e4cd6da9633e4e4de27645a90bd842ff.tar.gz
* configure.in: Use AC_CONFIG_*.
* Makefile.in (DISTCLEAN_TARGETS): Add build/pkg/pkginfo. (check): Remove unnecessary subshell. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@151343 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index d8327e26..e4670d05 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -35,7 +35,7 @@ DISTCLEAN_TARGETS = config.cache config.log config.status libtool \
include/private/apu_config.h include/private/apu_private.h \
include/private/apu_select_dbm.h include/apr_ldap.h include/apu.h \
export_vars.sh $(APU_CONFIG) build/rules.mk include/apu_want.h \
- apr-util.pc
+ apr-util.pc build/pkg/pkginfo
EXTRACLEAN_TARGETS = configure aclocal.m4 include/private/apu_config.h.in \
exports.c build-outputs.mk \
build/apr_common.m4 build/find_apr.m4 build/install.sh \
@@ -88,4 +88,4 @@ dox:
test: check
check: $(TARGET_LIB)
- (cd test && $(MAKE) check)
+ cd test && $(MAKE) check