Updated Issue 195 - Typo in Makefile.am: $(test_bin_unit_tester_SOURCES) not audited (monotone)
| Newsgroups | gmane.comp.version-control.monotone.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello,
The following issue has been updated:
195 - Typo in Makefile.am: $(test_bin_unit_tester_SOURCES) not audited
Project: monotone
Status: New
Reported by: Christian Cornelssen
URL: https://code.monotone.ca/p/monotone/issues/195/
Labels:
Type:Defect
Priority:Medium
Comments (last first):
# By Christian Cornelssen, Okt 19, 2011:
Do not forget to run autoreconf after patching.
# By Christian Cornelssen, Okt 19, 2011:
Steps to reproduce the problem:
-------------------------------
1. Manipulate e.g. test/unit/tests/xdelta.cc as by the first version of the patch provided in ticket 191.
2. ./configure
3. make distcheck-base.hh
Expected result:
----------------
*** Late #include "base.hh":
test/unit/tests/xdelta.cc
make: *** [distcheck-base.hh] Error 1
Actual results:
---------------
(No error)
Output of `mtn head`:
---------------------
mtn: branch 'net.venge.monotone' is currently merged:
06738e14fae8309878e62cab9ea191be8fe891ce Richard Levitte <[email protected]> 09/10/2011 01:50:18
Proposed fix (patch attached):
------------------------------
* Makefile.am: distcheck-base.hh: fix typo: now also checks $(test_bin_unit_tester_SOURCES)
Attachments:
- Makefile.am-distcheck.diff - 805 bytes
https://code.monotone.ca/p/monotone/issues/view/attachment/40/Makefile.am-distcheck.diff
--
Issue: https://code.monotone.ca/p/monotone/issues/195/