summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-02-03 10:08:20 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-02-03 10:08:20 +0000
commit78df145d7c0bfbb8bb3fac551b73caa012f6ffe9 (patch)
tree1058cc74c49677cfbfd850c6a192ca0e084e653b /Makefile.in
parente3421172d987b69678178e9ab678c3b21681ddb4 (diff)
downloadlibapr-78df145d7c0bfbb8bb3fac551b73caa012f6ffe9.tar.gz
* Makefile.in: Remove files generated during 'make' in the 'clean'
target. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64890 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 7f36d2988..0b55c5e03 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -31,10 +31,10 @@ TARGETS = delete-lib $(TARGET_LIB) delete-exports export_vars.h apr.exp
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
-CLEAN_TARGETS = apr-config.out
+CLEAN_TARGETS = apr-config.out apr.exp exports.c export_vars.h
DISTCLEAN_TARGETS = config.cache config.log config.status \
include/apr.h include/arch/unix/apr_private.h \
- libtool apr.exp apr-config exports.c export_vars.h
+ libtool apr-config
EXTRACLEAN_TARGETS = configure aclocal.m4 include/arch/unix/apr_private.h.in
prefix=@prefix@