On Wed, Dec 10, 2008 at 09:50:12AM -0700, Abhishek Kulkarni wrote:
openvsa.inc has no OPENVSA_LOG_DIR target, and considering that $(SOURCE_DIR)/$(OPENVSA_TARBALL) creates the LOG_DIR we don't need to add dependency on the LOG_DIR.
Actually, let's do it the other way around and remove that
@ mkdir -p $(OPENVSA_LOG_DIR)
while keeping the dependency on $(OPENVSA_LOG_DIR).
That's cleaner. OK?
Thanks, Ward.