• E
    build: fix syntax check during 'make distcheck' · ca9be83d
    Eric Blake 提交于
    'make distcheck' was failing because a syntax check file,
    .sc-start-sc_vulnerable_makefile_CVE-2012-3386, got left
    behind.  I traced it to the 'distdir' rule depending on a
    shortcut syntax-check name rather than the full rule name
    normally used during 'local-check' from maint.mk.
    
    * cfg.mk (distdir): Depend on full rule, not shorthand name.
    ca9be83d
cfg.mk 29.2 KB