Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvaltman <vvaltman@neon>2014-11-21 18:43:01 +0300
committervvaltman <vvaltman@neon>2014-11-21 18:43:01 +0300
commitd78ebeb6c61b63755052ef6d0f08113396173657 (patch)
treea8cd215beb4d9a4cd6475fcb7eb68097b4b5a81f /Makefile.in
parent587dbadf21775527417e839e6210fce3a3ed6dda (diff)
Fixed dependences
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 0e0d849..fcc922f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -25,7 +25,7 @@ GENERATE_OBJECTS=${OBJ}/generate.o
COMMON_OBJECTS=${OBJ}/tools.o
OBJ_C=${GENERATE_OBJECTS} ${COMMON_OBJECTS} ${TGL_OBJECTS} ${TLD_OBJECTS}
-DEPENDENCE=$(subst ${OBJ}/,${DEP}/,$(patsubst %.o,%.d,${OBJ_LIST}))
+DEPENDENCE=$(subst ${OBJ}/,${DEP}/,$(patsubst %.o,%.d,${OBJ_C}))
DEPENDENCE_LIST=${DEPENDENCE}
INCLUDE=-I. -I${srcdir}