summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2008-06-04 11:31:34 +0000
committerJonathan Kew <jfkthame@googlemail.com>2008-06-04 11:31:34 +0000
commitba48e8e1649a97b5d3b691c7d5cf73a46db22918 (patch)
tree83b97e1e869309e4bf4f5599175b3791ff29893b /Build/source/texk/web2c
parent115f456baf2df09c5771b6b02564e37bb801a820 (diff)
include LIBS in synctex link command
git-svn-id: svn://tug.org/texlive/trunk@8549 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r--Build/source/texk/web2c/synctex/synctex.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/synctex/synctex.mk b/Build/source/texk/web2c/synctex/synctex.mk
index 7a6acf6a38e..7b63bb528a1 100644
--- a/Build/source/texk/web2c/synctex/synctex.mk
+++ b/Build/source/texk/web2c/synctex/synctex.mk
@@ -209,7 +209,7 @@ synctex_main.o: $(synctex_dir)/synctex_main.c $(synctex_dir)/synctex_parser.h
$(compile) -c -I$(synctex_dir) $(ZLIBCPPFLAGS) -o $@ $<
synctex:synctex_main.o synctex_parser.o $(ZLIBDEPS)
- $(link_command) synctex_main.o synctex_parser.o $(LDZLIB)
+ $(link_command) synctex_main.o synctex_parser.o $(LDZLIB) $(LIBS)
# Cleaning up.
clean:: synctex-clean