Fork me on GitHub

Changeset 7955405 in git for doc


Ignore:
Timestamp:
Jun 8, 2016, 5:20:22 PM (8 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
83e60eb
Parents:
b0ba2b4
Message:

another attempt to fix dependencies for _rdict.pcm files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/genMakefile.tcl

    rb0ba2b4 r7955405  
    419419        @rm $@.arch $@.base
    420420
    421 %Dict$(PcmSuf):
     421$(DELPHES_DICT_PCM): %Dict$(PcmSuf):
     422        @echo ">> Copying $@"
     423        @cp $< $@
     424
     425$(FASTJET_DICT_PCM): %Dict$(PcmSuf):
     426        @echo ">> Copying $@"
     427        @cp $< $@
     428
     429$(DISPLAY_DICT_PCM): %Dict$(PcmSuf):
    422430        @echo ">> Copying $@"
    423431        @cp $< $@
Note: See TracChangeset for help on using the changeset viewer.