Преглед изворни кода

Removed temporary build file 'tmp.output'.

Sander Mathijs van Veen пре 14 година
родитељ
комит
39b28b724e
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/pyrex/bison_.pyx

+ 2 - 1
src/pyrex/bison_.pyx

@@ -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: