summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/tex.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/SCons/Tool/tex.py')
-rw-r--r--src/engine/SCons/Tool/tex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Tool/tex.py b/src/engine/SCons/Tool/tex.py
index c285d3b..6037431 100644
--- a/src/engine/SCons/Tool/tex.py
+++ b/src/engine/SCons/Tool/tex.py
@@ -441,7 +441,7 @@ def ScanFiles(theFile, target, paths, file_tests, file_tests_search, env, graphi
if graphicSrc != None:
if Verbose and (graphicNode == None):
print "need to build '%s' by epstopdf %s -o %s" % (graphFile,graphicSrc,graphFile)
- graphicNode = env.PDF(os.path.join(targetdir,str(graphicSrc)))
+ graphicNode = env.PDF(graphicSrc)
env.Depends(target[0],graphicNode)
# recursively call this on each of the included files