Jianfei XU Fri, 25 Feb 2000 07:40:54 -0800
I am trying to use wildcard function in make file, here is the code ALL_OBJECTS=$(wildcard $(ALL_OBJECTS_DIR)/*.o) After this, the content of ALL_OBJECTS is empty. Anyone out there knows the reason?