Il 16/11/2012 13:40, Wenchao Xia ha scritto: > I guess "make distclean" for second time would fail in this case, > because $(SRC_PATH) is not set. I found a better way to do it without > MAKEFILES: > > -ifneq ($(wildcard config-host.mak),) > - include $(SRC_PATH)/tests/Makefile > + include tests/Makefile > -endif > > due to tests/Makefile is added in configure in this patch so it is > always soft linked then include always succeed.
Whatever, this seems to be ok. Please post the complete patch so we can review it. Paolo