From 14428d46e4b01ee279f0ea40b10949d427005924 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Fri, 7 Jul 2000 17:12:17 +0000 Subject: 12193: Rather than replace @RLIMITS_INC_H@ with /dev/null on platforms where getrlimit() is not found, replace it with nothing and append /dev/null to the awk command in rlimits.mdd, so that we don't end up with a dependency of rlimits.h on /dev/null (which can cause rlimits.h to be needlessly remade). --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9eb3045a3..d837d2589 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-07-07 Bart Schaefer + + * 12193: configure.in, Src/Builtins/rlimits.mdd: Fix unnecessary + rebuilds of rlimits.o on platforms where getrlimit() is not found. + 2000-07-06 Oliver Kiddle * 12181: Completion/AIX/_lscfg, Completion/AIX/_object_classes, -- cgit 1.4.1