diff options
-rw-r--r-- | Build/source/texk/web2c/synctex/synctex.mk | 2 |
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 |