diff options
author | Joe Orton <jorton@apache.org> | 2004-02-03 10:08:20 +0000 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2004-02-03 10:08:20 +0000 |
commit | 4ee50c35aa2cd7184e3e6ec836f469f08bd003f5 (patch) | |
tree | 1058cc74c49677cfbfd850c6a192ca0e084e653b /Makefile.in | |
parent | fc6cbe7fdcb792e61a585bed776598457ebe7c24 (diff) | |
download | apr-4ee50c35aa2cd7184e3e6ec836f469f08bd003f5.tar.gz |
* Makefile.in: Remove files generated during 'make' in the 'clean'
target.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64890 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
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@ |