From e098f274de8d7417bdad6836c8281281af83fbd5 Mon Sep 17 00:00:00 2001 From: Vysheng Date: Fri, 22 Aug 2014 16:00:33 +0400 Subject: [PATCH] Fixed dependence list --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index 1a63c79..b864c9c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 $@ $<