]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/c++-vars.make
Docs: Depend on version.itexi (included from macros.itexi), not version.texi
[lilypond.git] / stepmake / stepmake / c++-vars.make
index 955d5d3773e9ce3f4bd36bcc8be647a5edc17cc8..fdc8b57af4d9c00dba5460dd83c0e821bf13413f 100644 (file)
@@ -18,7 +18,7 @@ LL_FILES := $(call src-wildcard,*.ll)
 
 SOURCE_FILES+= $(CC_FILES) $(YY_FILES) $(INL_FILES) $(TCC_FILES) $(HH_FILES) $(LL_FILES)
 
-ALL_CC_SOURCES += $(HH_FILES) $(INL_FILES) $(CC_FILES) $(YY_FILES) $(LL_FILES) 
+ALL_CC_SOURCES += $(HH_FILES) $(INL_FILES) $(CC_FILES) $(YY_FILES) $(LL_FILES)
 
 O_FILES+=$(addprefix $(outdir)/, $(CC_FILES:.cc=.o) $(LL_FILES:.ll=.o) $(YY_FILES:.yy=.o))