On Tue, Mar 24, 2009 at 11:21:39PM -0500, Chris Johnsen wrote: > technical/api-index.txt: technical/api-index-skel.txt \ > - technical/api-index.sh $(patsubst %,%.txt,$(API_DOCS)) > + $(QUIET_GEN)technical/api-index.sh $(patsubst %,%.txt,$(API_DOCS)) && \ > cd technical && sh ./api-index.sh What's going on here? The line you remove is part of the dependencies, but you replace it with a line of build instructions (and make barfs, of course). -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html