Răsfoiți Sursa

Removed temporary build file 'tmp.output'.

Sander Mathijs van Veen 14 ani în urmă
părinte
comite
39b28b724e
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  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: