gstein 00/12/05 12:32:51
Modified: . Makefile.in
Log:
aprutil in the "distribution" form does not want to remove configure or
aprutils.exports (these two files are part of the distribution and users
cannot typically regenerate them). But the developers' "extraclean" target
will do it.
Revision Changes Path
1.3 +3 -2 apr-util/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apr-util/Makefile.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -u -r1.2 -r1.3
--- Makefile.in 2000/12/05 18:29:06 1.2
+++ Makefile.in 2000/12/05 20:32:51 1.3
@@ -9,8 +9,9 @@
SUBDIRS = src . test build
DISTCLEAN_TARGETS = config.cache config.log config.status config.sub \
- include/apu_config.h aprutils.exports configure
-EXTRACLEAN_TARGETS = configure libtool aclocal.m4 include/apu_config.h.in
+ include/apu_config.h
+EXTRACLEAN_TARGETS = configure libtool aclocal.m4 include/apu_config.h.in \
+ aprutils.exports
### fix this up at some point (install location)
libdir = /usr/local/lib