Description: Use system tl-parser
 The upstream embed tl-parser into tgl's build process. We separate it and
 will use the one provided by the system.
Author: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Forwarded: not-needed
Last-Update: 2018-12-11

Index: tgl-2.0.1+git20160323.ffb04cac/Makefile.tl-parser
===================================================================
--- tgl-2.0.1+git20160323.ffb04cac.orig/Makefile.tl-parser
+++ tgl-2.0.1+git20160323.ffb04cac/Makefile.tl-parser
@@ -3,5 +3,5 @@ TL_PARSER_OBJECTS=${OBJ}/tl-parser.o ${O
 ${TL_PARSER_OBJECTS}: ${OBJ}/%.o: ${srcdir}/tl-parser/%.c | create_dirs
 	${CC} ${INCLUDE} ${COMPILE_FLAGS} -iquote ${srcdir}/tl-parser -c -MP -MD -MF ${DEP}/$*.d -MQ ${OBJ}/$*.o -o $@ $<
 
-${EXE}/tl-parser: ${TL_PARSER_OBJECTS}
-	${CC} $^ ${LINK_FLAGS} -o $@
+${EXE}/tl-parser: /usr/bin/tl-parser
+	ln -s $^ $@
