From ed8fa795f5d6f0e8678e457bd2ba6c972b4e07d6 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 4 Oct 1996 15:11:42 +0000 Subject: [PATCH] Oops, an editing error at one point meant I had missed the osfcn.h header (it was directly underneath where bool.h used to be in the list, I think I must have not been paying attention and deleted a word from the wrong line. The machine that I was testing on still had an (old?) osfcn.h file) Pointed out by: Andreas Klemm --- gnu/lib/libg++/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/lib/libg++/Makefile b/gnu/lib/libg++/Makefile index 9beec86cea9d..d3c0b686ee92 100644 --- a/gnu/lib/libg++/Makefile +++ b/gnu/lib/libg++/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $Id: Makefile,v 1.14 1996/10/04 08:43:36 peter Exp $ # GPPDIR= ${.CURDIR}/../../../contrib/libg++ @@ -40,7 +40,7 @@ HDRS= ACG.h AllocRing.h Binomial.h BitSet.h BitString.h Complex.h \ Obstack.h Pix.h Poisson.h RNG.h Random.h Rational.h Regex.h RndInt.h \ SLList.h SmplHist.h SmplStat.h String.h Uniform.h Weibull.h \ bitdo1.h bitdo2.h bitprims.h builtin.h compare.h generic.h \ - getpagesize.h libc.h minmax.h std.h strclass.h swap.h \ + getpagesize.h libc.h minmax.h osfcn.h std.h strclass.h swap.h \ sysent.h typemacros.h beforeinstall: