+2006-08-04 Bruno Haible <bruno@clisp.org>
+
+ * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
+ Make the mostlyclean-local rule depend on mostlyclean-generic.
+ Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
+
2006-07-30 Bruno Haible <bruno@clisp.org>
* modules/csharpexec (configure.ac): Comment out macro invocation.
progname=$0
package=gnulib
-cvsdatestamp='$Date: 2006-07-31 11:37:23 $'
+cvsdatestamp='$Date: 2006-08-04 16:06:01 $'
last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
fi
done
echo
- echo "mostlyclean-local:"
+ echo "mostlyclean-local: mostlyclean-generic"
echo " @test -z \"\$(MOSTLYCLEANDIRS)\" || \\"
echo " for dir in \$(MOSTLYCLEANDIRS); do \\"
echo " if test -d \$\$dir; then \\"
echo "clean-local:"
echo " rm -rf SunWS_cache"
echo
- echo "mostlyclean-local:"
+ echo "mostlyclean-local: mostlyclean-generic"
echo " @test -z \"\$(MOSTLYCLEANDIRS)\" || \\"
echo " for dir in \$(MOSTLYCLEANDIRS); do \\"
echo " if test -d \$\$dir; then \\"