bug#69908: dist-no-built-sources vs. no-dist-built-sources vs. dist-built-sources

Jens Geyer <[email protected]> Fri, 22 Mar 2024 09:11:54 +0100
Newsgroups gmane.comp.sysutils.automake.bugs
Message-ID <DU2P250MB02217E82DFE1D56FD95CCDDFB1312@DU2P250MB0221.EURP250.PROD.OUTLOOK.COM>
Hi,

I just realized the last part might be confusing.

What I meant by "looks identical" is only the output of the *second* 
grep (see linked script), not the whole file:

    BUILT_SOURCES = x.c
    all: $(BUILT_SOURCES)
    distdir: $(BUILT_SOURCES)
    check: $(BUILT_SOURCES)
    install: $(BUILT_SOURCES)
    install-exec: $(BUILT_SOURCES)
        -$(am__rm_f) $(BUILT_SOURCES)

Have fun,

JensG