1 | #␊ |
2 | # old_revision [e16be73bde7fa72ab76acb02cf39ec74af1dce79]␊ |
3 | #␊ |
4 | # patch "Makefile.am"␊ |
5 | # from [d8bebdb36192f09f35b5737b9975fce92b11eeb9]␊ |
6 | # to [8f6b04a66bc0036dea8866098a0fd7b581b8cb61]␊ |
7 | #␊ |
8 | ============================================================␊ |
9 | --- Makefile.am␉d8bebdb36192f09f35b5737b9975fce92b11eeb9␊ |
10 | +++ Makefile.am␉8f6b04a66bc0036dea8866098a0fd7b581b8cb61␊ |
11 | @@ -724,6 +724,11 @@ mostlyclean-tests:␊ |
12 | ␉ rmdir $${d%/*} || :; \␊ |
13 | ␉done␊ |
14 | ␊ |
15 | +# With the MacOS X toolchain, some stuff may be generated in the form of subdirs␊ |
16 | +.PHONY: mostlyclean-util␊ |
17 | +mostlyclean-util:␊ |
18 | +␉rm -rf util/txt2c.dSYM␊ |
19 | +␊ |
20 | MOSTLYCLEANFILES = mtn.1 \␊ |
21 | ␉run_tester_tests run_func_tests run_unit_tests run_extra_tests \␊ |
22 | ␉test/tester.status test/func.status test/unit.status test/extra.status␊ |
23 | @@ -896,7 +901,7 @@ uninstall-local: uninstall-nls \␊ |
24 | ␉install-contrib-data install-examples-data␊ |
25 | uninstall-local: uninstall-nls \␊ |
26 | ␉uninstall-contrib-data uninstall-examples-data␊ |
27 | -mostlyclean-local: mostlyclean-tests␊ |
28 | +mostlyclean-local: mostlyclean-tests mostlyclean-util␊ |
29 | check-local: check-testers␊ |
30 | ␊ |
31 | # All hooks supported by automake here, depending on all the things we want␊ |