]> git.donarmstrong.com Git - lilypond.git/commit
PO: remove duplicates entries for hh and cc from ALL_PO_SOURCES
authorJean-Charles Malahieude <lilyfan@orange.fr>
Fri, 4 Jan 2013 18:07:40 +0000 (19:07 +0100)
committerJean-Charles Malahieude <lilyfan@orange.fr>
Fri, 4 Jan 2013 18:07:40 +0000 (19:07 +0100)
commit51d4e23ad19c445ca4037a98dee15c838da71c39
tree01e49d9b25a4282124472d5db7d4e21b6afe1d70
parentf1e9b96641440bf81e701f01dbad61ed2ca6a83e
PO: remove duplicates entries for hh and cc from ALL_PO_SOURCES

Introduced with version 1.0.1 :
in stepmake/stepmake/C.make
  ALL_C_SOURCES = h, c, y and l files
in stepmake/stepmake/Targets.make
  ALL_PO_SOURCES = $(ALL_C_SOURCES) $(wildcard $(outdir)/*.hh) $(wildcard $(outdir)/*.cc)

hh and cc files having since then been registered through ALL_CC_SOURCES,
there is no need to double their entry.
Even worse, an "out of tree build" results in a doubled location of
parser.yy and lexer.ll (one of them with a full path).
stepmake/stepmake/po-targets.make