Skip to content
  • Thomas Haller's avatar
    build: avoid some uses of BUILT_SOURCES in Makefile.am · ec4a1b75
    Thomas Haller authored
    BUILT_SOURCES only matters during `make all`, `make check`
    and `make install`.
    
    It would be nice to be able to build every target specifically
    from an empty git-tree.
    
    Drop the use of BUILT_SOURCES where we already have the explicit
    dependencies declared.
    ec4a1b75