summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-14 18:25:53 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-14 18:25:53 -0800
commit4df95874d214ddda778997d4edac10b762b78787 (patch)
treea3899a7a7664d460bf0bf2e329a4e044cec6d12d /ChangeLog
parent7a1b63f6425d98c68183ac3fc7fcd1b1f19bdc04 (diff)
downloadtxr-4df95874d214ddda778997d4edac10b762b78787.tar.gz
txr-4df95874d214ddda778997d4edac10b762b78787.tar.bz2
txr-4df95874d214ddda778997d4edac10b762b78787.zip
* Makefile (depend): Marked phony and $(PROG) prerequisite dropped.
(clean, distclean, tests, install): Phony targets marked phony.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d3c588a..24d73176 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
2009-11-14 Kaz Kylheku <kkylheku@gmail.com>
- configure (cc): Compute variable properly.
+ * Makefile (depend): Marked phony and $(PROG) prerequisite dropped.
+ (clean, distclean, tests, install): Phony targets marked phony.
+
+2009-11-14 Kaz Kylheku <kkylheku@gmail.com>
+
+ * configure (cc): Compute variable properly.
2009-11-14 Kaz Kylheku <kkylheku@gmail.com>