summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-12-09 07:51:43 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-12-09 07:51:43 -0800
commiteda6efa892a9a45c3983ed9d6eae83cc72a52705 (patch)
treee1a12f7cc11b73156a4cd234e7ddcb2845add72f /ChangeLog
parent4a0c38359c0320d66ec6b1f04244b5ed4ba39a27 (diff)
downloadtxr-eda6efa892a9a45c3983ed9d6eae83cc72a52705.tar.gz
txr-eda6efa892a9a45c3983ed9d6eae83cc72a52705.tar.bz2
txr-eda6efa892a9a45c3983ed9d6eae83cc72a52705.zip
* Makefile (($TESTS_OUT)): Do not depend on $(PROG).
This adds superfluous commands to run.sh under make install-tests, and is also inappropriate if a different txr binary is being tested. (install-tests): Do not override top_srcdir in the recursive make call; instead use -C to change to $(top_srcdir).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea24ad7d..2b50a298 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2014-12-09 Kaz Kylheku <kaz@kylheku.com>
+ * Makefile (($TESTS_OUT)): Do not depend on $(PROG).
+ This adds superfluous commands to run.sh under make install-tests,
+ and is also inappropriate if a different txr binary is being tested.
+ (install-tests): Do not override top_srcdir in the recursive make
+ call; instead use -C to change to $(top_srcdir).
+
+2014-12-09 Kaz Kylheku <kaz@kylheku.com>
+
* Makefile (all): Mark as phony target.
2014-12-09 Kaz Kylheku <kaz@kylheku.com>