hughperman / pure-lang

Automatically exported from code.google.com/p/pure-lang
0 stars 0 forks source link

dist target should list $(DISTFILES) as its source #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./configure && make distcheck
2.
3.

What is the expected output? What do you see instead?
I'd expect the Makefile to take care of the dependency graph wherever possible.

What version of the product are you using? On what operating system?

Please provide any additional information below.
See the (trivial) attached patch.

Original issue reported on code.google.com by neuhau...@sigpipe.cz on 28 Apr 2010 at 11:26

GoogleCodeExporter commented 8 years ago
sorry, wrong patch.  see here instead.

Original comment by neuhau...@sigpipe.cz on 28 Apr 2010 at 11:38

Attachments:

GoogleCodeExporter commented 8 years ago
Applied in r3404, thanks.

Original comment by aggraef@gmail.com on 18 May 2010 at 5:32

GoogleCodeExporter commented 8 years ago
I had to fix up r3404 since the 'make dist' target stopped working when 
builddir !=
srcdir. Fixed in r3441.

Original comment by aggraef@gmail.com on 31 May 2010 at 5:01

GoogleCodeExporter commented 8 years ago
sorry about that.  guess i should adding a test for the dist target.

Original comment by neuhau...@sigpipe.cz on 31 May 2010 at 7:29