From b1f7698d7c816e8d798662085005236c9d184386 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 20 Jul 1998 04:43:56 +0000 Subject: 1998-07-20 Roland McGrath * config.make.in (build-profiled): New variable, subst @profile@. * Makeconf (no_prof): Set to t if $(build-profiled) is not no. --- config.make.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.make.in') diff --git a/config.make.in b/config.make.in index 0f3d0b66..da1e571d 100644 --- a/config.make.in +++ b/config.make.in @@ -4,6 +4,9 @@ machine = @host_cpu@ asm_syntax = @asm_syntax@ +# Build options. +build-profiled = @enable_profile@ + # Prefix prepended to names of machine-independent installed files. prefix = @prefix@ # Prefix prepended to names of machine-dependent installed files. @@ -37,7 +40,7 @@ RANLIB = @RANLIB@ MIG = @MIG@ MIGCOM = $(MIG) -cc cat - /dev/null -# Compilation flags. Append these to the definitions already made by +# Compilation flags. Append these to the definitions already made by # the specific Makefile. CPPFLAGS += @CPPFLAGS@ @DEFS@ CFLAGS += @CFLAGS@ -- cgit v1.2.3