Removed temporary build file 'tmp.output'.

parent ddb286c0
......@@ -627,7 +627,7 @@ cdef class ParserEngine:
# --------------------------------------------
# clean up, if we succeeded
hitlist = objs[:]
hitlist.append(buildDirectory + "tmp.output")
hitlist.append("tmp.output")
if os.path.isfile(libFileName):
for name in ['bisonFile', 'bisonCFile', 'bisonHFile',
......@@ -641,6 +641,7 @@ cdef class ParserEngine:
#print "want to delete %s" % fname
if fname and os.path.isfile(fname):
hitlist.append(fname)
if not parser.keepfiles:
for f in hitlist:
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment