From a9ce7b075b802f7483d44beacc806e289d9b2dc8 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Wed, 14 Jan 2004 20:39:03 +0000 Subject: [PATCH] CHANGES: Update make: moved trace and other options from ytools.mk.in into defs.mk.in to make them visible for other projects, too --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index df09eb0c..f42b9a5b 100644 --- a/CHANGES +++ b/CHANGES @@ -115,3 +115,5 @@ o slog: added get_log_prio_str() o misc: added pthread_join_strerror() o YError: nicer timestamps o YQueue: bugfix in ETIMEDOUT +o make: moved trace and other options from ytools.mk.in into defs.mk.in + to make them visible for other projects, too