Fork me on GitHub

Changeset 479f808 in git for doc/genMakefile.tcl


Ignore:
Timestamp:
Jun 7, 2016, 5:28:10 PM (8 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
b0ba2b4
Parents:
740d430
Message:

fix dependencies for _rdict.pcm files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/genMakefile.tcl

    r740d430 r479f808  
    7272    dependencies $fileName "$dictName$srcSuf:$suffix$fileName"
    7373
     74    puts -nonewline $dictName$pcmSuf:$suffix
     75    puts -nonewline $dictName$srcSuf
     76    puts {}
     77
    7478    puts -nonewline [file tail $dictName$pcmSuf]:$suffix
    75     puts -nonewline $dictName$pcmSuf$suffix
    76     puts -nonewline $dictName$srcSuf
     79    puts -nonewline $dictName$pcmSuf
    7780    puts {}
    7881  }
Note: See TracChangeset for help on using the changeset viewer.