After merging in this weekend's commits, I built a new configure script using buildconf, built the product in the usual way, and then tried running "make distclean". This is what happened:
% make distclean Making distclean in lib test -z "libcurl.la" || rm -f libcurl.la rm -f ./so_locations rm -rf .libs _libs test -z "libcurlu.la" || rm -f libcurlu.la rm -f ./so_locations rm -f *.o rm -f *.lo rm -f *.tab.c test -z "libcurl.vers" || rm -f libcurl.vers test . = "." || test -z "" || rm -f rm -f curl_config.h stamp-h1 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src Makefile:756: ../lib/.deps/curl-nonblock.Po: No such file or directory Makefile:757: ../lib/.deps/curl-rawstr.Po: No such file or directory Makefile:758: ../lib/.deps/curl-strdup.Po: No such file or directory Makefile:759: ../lib/.deps/curl-strtoofft.Po: No such file or directory Makefile:760: ../lib/.deps/libcurltool_la-nonblock.Plo: No such file or directory Makefile:761: ../lib/.deps/libcurltool_la-rawstr.Plo: No such file or directory Makefile:762: ../lib/.deps/libcurltool_la-strdup.Plo: No such file or directory Makefile:763: ../lib/.deps/libcurltool_la-strtoofft.Plo: No such file or directory make[1]: *** No rule to make target `../lib/.deps/libcurltool_la-strtoofft.Plo'. Stop. make: *** [distclean-recursive] Error 1 Is anyone else seeing this? If it helps, I'm using Automake 1.14 (the latest version). Nick Zitzmann <http://www.chronosnet.com/> ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
