Fixed dependence list

This commit is contained in:
Vysheng 2014-08-22 16:00:33 +04:00
parent 3c1d61bf26
commit 6d56f4ac6b

View file

@ -47,6 +47,8 @@ ${DIR_LIST}:
-include ${DEPENDENCE_LIST}
${TG_OBJECTS} ${TGL_OBJECTS}: auto/constants.h
${TG_OBJECTS}: ${OBJ}/%.o: %.c | create_dirs_and_headers
${CC} ${INCLUDE} ${COMPILE_FLAGS} -c -MP -MD -MF ${DEP}/$*.d -MQ ${OBJ}/$*.o -o $@ $<