diff --git a/Makefile.tgl b/Makefile.tgl index 57066ca..f3114d4 100644 --- a/Makefile.tgl +++ b/Makefile.tgl @@ -16,7 +16,7 @@ ${TGL_OBJ_C}: ${OBJ}/%.o: ${srcdir}/tgl/%.c | create_dirs ${CC} ${INCLUDE} ${COMPILE_FLAGS} -iquote ${srcdir}/tgl -c -MP -MD -MF ${DEP}/$*.d -MQ ${OBJ}/$*.o -o $@ $< ${OBJ}/mime-types.o: ${srcdir}/mime.types - ld -r -b binary -o $@ $^ + cp $^ auto/mime.types && ld -r -b binary -o $@ auto/mime.types ${OBJ}/auto/auto.o: ${AUTO}/auto.c ${CC} ${INCLUDE} ${COMPILE_FLAGS} -iquote ${srcdir}/tgl -c -MP -MD -MF ${DEP}/auto/auto.d -MQ ${OBJ}/auto/auto.o -o $@ $< diff --git a/tgl b/tgl index b0c0eaf..df87085 160000 --- a/tgl +++ b/tgl @@ -1 +1 @@ -Subproject commit b0c0eaf4d2b4cd387c883c07fe8916eb8022307b +Subproject commit df870850bf1c2465746a6b0dcf57a85d729d2f47