trawick 01/08/01 06:55:26
Modified: . Makefile.in Log: remove the apr-util build directory from CLEAN_SUBDIRS since there is no longer anything to clean and there isn't even a makefile... this caused some makes to bail out of clean/extraclean prematurely Revision Changes Path 1.38 +1 -1 apr-util/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apr-util/Makefile.in,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- Makefile.in 2001/06/08 01:30:14 1.37 +++ Makefile.in 2001/08/01 13:55:26 1.38 @@ -11,7 +11,7 @@ @INCLUDE_RULES@ SUBDIRS = buckets crypto dbm encoding hooks uri xml misc -CLEAN_SUBDIRS = . test build +CLEAN_SUBDIRS = . test CLEAN_TARGETS = $(TARGET_EXPORTS) DISTCLEAN_TARGETS = config.cache config.log config.status libtool \
